NIO2 API
A B C D E F G H I J K L M N O P R S T U V W

I

implCopyTo(Path, CopyOption...) - Method in class org.classpath.icedtea.java.nio.file.spi.AbstractPath
Copy the file located by this path to a target location.
implies(Permission) - Method in class org.classpath.icedtea.java.io.FilePermission
Checks if this FilePermission object "implies" the specified permission.
implMoveTo(Path, CopyOption...) - Method in class org.classpath.icedtea.java.nio.file.spi.AbstractPath
Move the file located by this path to a target location.
Inputs - Class in org.classpath.icedtea.java.io
This class consists exclusively of static methods that operate on input sources.
installedProviders() - Static method in class org.classpath.icedtea.java.nio.file.spi.FileSystemProvider
Returns a list of the installed file system providers.
InvalidPathException - Exception in org.classpath.icedtea.java.nio.file
Unchecked exception thrown when path string cannot be converted into a Path because the path string contains invalid characters, or the path string is invalid for other file system specific reasons.
InvalidPathException(String, String, int) - Constructor for exception org.classpath.icedtea.java.nio.file.InvalidPathException
Constructs an instance from the given input string, reason, and error index.
InvalidPathException(String, String) - Constructor for exception org.classpath.icedtea.java.nio.file.InvalidPathException
Constructs an instance from the given input string and reason.
invoke(T) - Method in interface org.classpath.icedtea.java.nio.file.FileAction
Invoked for a file.
ioException() - Method in class org.classpath.icedtea.java.util.Scanner
Returns the IOException last thrown by this Scanner's underlying Readable.
IP_MULTICAST_IF - Static variable in class org.classpath.icedtea.java.net.StandardSocketOption
The network interface for Internet Protocol (IP) multicast datagrams.
IP_MULTICAST_LOOP - Static variable in class org.classpath.icedtea.java.net.StandardSocketOption
Loopback for Internet Protocol (IP) multicast datagrams.
IP_MULTICAST_TTL - Static variable in class org.classpath.icedtea.java.net.StandardSocketOption
The time-to-live for Internet Protocol (IP) multicast datagrams.
IP_TOS - Static variable in class org.classpath.icedtea.java.net.StandardSocketOption
The Type of Service (ToS) octet in the Internet Protocol (IP) header.
isAbsolute() - Method in class org.classpath.icedtea.java.nio.file.Path
Tells whether or not this path is absolute.
isArchive() - Method in interface org.classpath.icedtea.java.nio.file.attribute.DosFileAttributes
Returns the value of the archive attribute.
isDirectory() - Method in interface org.classpath.icedtea.java.nio.file.attribute.BasicFileAttributes
Tells whether the file is a directory.
isHidden() - Method in interface org.classpath.icedtea.java.nio.file.attribute.DosFileAttributes
Returns the value of the hidden attribute.
isHidden() - Method in class org.classpath.icedtea.java.nio.file.Path
Tells whether or not the file located by this object is considered hidden.
isOpen() - Method in class org.classpath.icedtea.java.nio.file.FileSystem
Tells whether or not this file system is open.
isOther() - Method in interface org.classpath.icedtea.java.nio.file.attribute.BasicFileAttributes
Tells whether the file is something other than a regular file, directory, or link.
isReadOnly() - Method in interface org.classpath.icedtea.java.nio.file.attribute.DosFileAttributes
Returns the value of the read-only attribute.
isReadOnly() - Method in class org.classpath.icedtea.java.nio.file.FileStore
Tells whether this file store is read-only.
isReadOnly() - Method in class org.classpath.icedtea.java.nio.file.FileSystem
Tells whether or not this file system allows only read-only access to its file stores.
isRegularFile() - Method in interface org.classpath.icedtea.java.nio.file.attribute.BasicFileAttributes
Tells whether the file is a regular file with opaque content.
isSameFile(FileRef) - Method in interface org.classpath.icedtea.java.nio.file.FileRef
Tests if the file referenced by this object is the same file referenced by another object.
isShared() - Method in class org.classpath.icedtea.java.nio.channels.FileLock
Tells whether this lock is shared.
isShutdown() - Method in class org.classpath.icedtea.java.nio.channels.AsynchronousChannelGroup
Tells whether or not this asynchronous channel group is shutdown.
isSymbolicLink() - Method in interface org.classpath.icedtea.java.nio.file.attribute.BasicFileAttributes
Tells whether the file is a symbolic-link.
isSystem() - Method in interface org.classpath.icedtea.java.nio.file.attribute.DosFileAttributes
Returns the value of the system attribute.
isTerminated() - Method in class org.classpath.icedtea.java.nio.channels.AsynchronousChannelGroup
Tells whether or not this group has terminated.
isValid() - Method in class org.classpath.icedtea.java.nio.channels.FileLock
Tells whether or not this lock is valid.
isValid() - Method in class org.classpath.icedtea.java.nio.channels.MembershipKey
Tells whether or not this membership is valid.
isValid() - Method in class org.classpath.icedtea.java.nio.file.WatchKey
Tells whether or not this watch key is valid.
iterator() - Method in interface org.classpath.icedtea.java.nio.file.DirectoryStream
Returns the iterator associated with this DirectoryStream.
iterator() - Method in class org.classpath.icedtea.java.nio.file.Path
Returns an iterator over the name elements of this path.

NIO2 API
A B C D E F G H I J K L M N O P R S T U V W
Submit a bug or feature

Copyright 2010 Sun Microsystems, Inc. All rights reserved. Use is subject to the terms of the GNU General Public License.