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

F

failed(Throwable, A) - Method in interface org.classpath.icedtea.java.nio.channels.CompletionHandler
Invoked when an operation fails.
File - Class in org.classpath.icedtea.java.io
An abstract representation of file and directory pathnames.
File(String) - Constructor for class org.classpath.icedtea.java.io.File
Creates a new File instance by converting the given pathname string into an abstract pathname.
File(String, String) - Constructor for class org.classpath.icedtea.java.io.File
Creates a new File instance from a parent pathname string and a child pathname string.
File(File, String) - Constructor for class org.classpath.icedtea.java.io.File
Creates a new File instance from a parent abstract pathname and a child pathname string.
FileAction<T extends FileRef> - Interface in org.classpath.icedtea.java.nio.file
An interface that is implemented by objects that operate on a file.
FileAlreadyExistsException - Exception in org.classpath.icedtea.java.nio.file
Checked exception thrown when an attempt is made to create a file or directory and a file of that name already exists.
FileAlreadyExistsException(String) - Constructor for exception org.classpath.icedtea.java.nio.file.FileAlreadyExistsException
Constructs an instance of this class.
FileAlreadyExistsException(String, String, String) - Constructor for exception org.classpath.icedtea.java.nio.file.FileAlreadyExistsException
Constructs an instance of this class.
FileAttribute<T> - Interface in org.classpath.icedtea.java.nio.file.attribute
An object that encapsulates the value of a file attribute that can be set atomically when creating a new file or directory by invoking the createFile or createDirectory methods.
FileAttributeView - Interface in org.classpath.icedtea.java.nio.file.attribute
An attribute view that is a read-only or updatable view of non-opaque values associated with a file in a filesystem.
FileChannel - Class in org.classpath.icedtea.java.nio.channels
A channel for reading, writing, mapping, and manipulating a file.
FileChannel() - Constructor for class org.classpath.icedtea.java.nio.channels.FileChannel
Initializes a new instance of this class.
fileKey() - Method in interface org.classpath.icedtea.java.nio.file.attribute.BasicFileAttributes
Returns an object that uniquely identifies the given file, or null if a file key is not available.
FileLock - Class in org.classpath.icedtea.java.nio.channels
A token representing a lock on a region of a file.
FileLock(FileChannel, long, long, boolean) - Constructor for class org.classpath.icedtea.java.nio.channels.FileLock
Initializes a new instance of this class.
FileLock(AsynchronousFileChannel, long, long, boolean) - Constructor for class org.classpath.icedtea.java.nio.channels.FileLock
Initializes a new instance of this class.
FileOwnerAttributeView - Interface in org.classpath.icedtea.java.nio.file.attribute
A file attribute view that supports reading or updating the owner of a file.
FilePermission - Class in org.classpath.icedtea.java.io
This class represents access to a file or directory.
FilePermission(String, String) - Constructor for class org.classpath.icedtea.java.io.FilePermission
Creates a new FilePermission object with the specified actions.
FileRef - Interface in org.classpath.icedtea.java.nio.file
A reference to a file.
Files - Class in org.classpath.icedtea.java.nio.file
Utility methods for files and directories.
FileStore - Class in org.classpath.icedtea.java.nio.file
Storage for files.
FileStore() - Constructor for class org.classpath.icedtea.java.nio.file.FileStore
Initializes a new instance of this class.
FileStoreAttributeView - Interface in org.classpath.icedtea.java.nio.file.attribute
An attribute view that is a read-only or updatable view of the attributes of a java.nio.file.FileStore.
FileStoreSpaceAttributes - Interface in org.classpath.icedtea.java.nio.file.attribute
Space related attributes of a file store.
FileStoreSpaceAttributeView - Interface in org.classpath.icedtea.java.nio.file.attribute
A file store attribute view that supports reading of space attributes.
FileSystem - Class in org.classpath.icedtea.java.nio.file
Provides an interface to a file system and is the factory for objects to access files and other objects in the file system.
FileSystem() - Constructor for class org.classpath.icedtea.java.nio.file.FileSystem
Initializes a new instance of this class.
FileSystemAlreadyExistsException - Exception in org.classpath.icedtea.java.nio.file
Runtime exception thrown an attempt is made to create a file system that already exists.
FileSystemAlreadyExistsException() - Constructor for exception org.classpath.icedtea.java.nio.file.FileSystemAlreadyExistsException
Constructs an instance of this class.
FileSystemAlreadyExistsException(String) - Constructor for exception org.classpath.icedtea.java.nio.file.FileSystemAlreadyExistsException
Constructs an instance of this class.
FileSystemException - Exception in org.classpath.icedtea.java.nio.file
Thrown when a file system operation fails on one or two files.
FileSystemException(String) - Constructor for exception org.classpath.icedtea.java.nio.file.FileSystemException
Constructs an instance of this class.
FileSystemException(String, String, String) - Constructor for exception org.classpath.icedtea.java.nio.file.FileSystemException
Constructs an instance of this class.
FileSystemNotFoundException - Exception in org.classpath.icedtea.java.nio.file
Runtime exception thrown when a file system cannot be found.
FileSystemNotFoundException() - Constructor for exception org.classpath.icedtea.java.nio.file.FileSystemNotFoundException
Constructs an instance of this class.
FileSystemNotFoundException(String) - Constructor for exception org.classpath.icedtea.java.nio.file.FileSystemNotFoundException
Constructs an instance of this class.
FileSystemProvider - Class in org.classpath.icedtea.java.nio.file.spi
Service-provider class for file systems.
FileSystemProvider() - Constructor for class org.classpath.icedtea.java.nio.file.spi.FileSystemProvider
Initializes a new instance of this class.
FileSystems - Class in org.classpath.icedtea.java.nio.file
Factory methods for file systems.
FileTypeDetector - Class in org.classpath.icedtea.java.nio.file.spi
A file type detector for probing a file to guess its file type.
FileTypeDetector() - Constructor for class org.classpath.icedtea.java.nio.file.spi.FileTypeDetector
Initializes a new instance of this class.
FileVisitOption - Enum in org.classpath.icedtea.java.nio.file
Defines the file tree traversal options.
FileVisitor<T extends FileRef> - Interface in org.classpath.icedtea.java.nio.file
A visitor of files.
FileVisitResult - Enum in org.classpath.icedtea.java.nio.file
The result type of a FileVisitor.
findInLine(String) - Method in class org.classpath.icedtea.java.util.Scanner
Attempts to find the next occurrence of a pattern constructed from the specified string, ignoring delimiters.
findInLine(Pattern) - Method in class org.classpath.icedtea.java.util.Scanner
Attempts to find the next occurrence of the specified pattern ignoring delimiters.
findWithinHorizon(String, int) - Method in class org.classpath.icedtea.java.util.Scanner
Attempts to find the next occurrence of a pattern constructed from the specified string, ignoring delimiters.
findWithinHorizon(Pattern, int) - Method in class org.classpath.icedtea.java.util.Scanner
Attempts to find the next occurrence of the specified pattern.
flags() - Method in class org.classpath.icedtea.java.nio.file.attribute.AclEntry
Returns a copy of the flags component.
force(boolean) - Method in class org.classpath.icedtea.java.nio.channels.AsynchronousFileChannel
Forces any updates to this channel's file to be written to the storage device that contains it.
fromString(String) - Static method in class org.classpath.icedtea.java.nio.file.attribute.PosixFilePermissions
Returns the set of permissions corresponding to a given String representation.

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.