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

A

AbstractPath - Class in org.classpath.icedtea.java.nio.file.spi
Base implementation class for a Path.
AbstractPath() - Constructor for class org.classpath.icedtea.java.nio.file.spi.AbstractPath
Initializes a new instance of this class.
accept(A, CompletionHandler<AsynchronousSocketChannel, ? super A>) - Method in class org.classpath.icedtea.java.nio.channels.AsynchronousServerSocketChannel
Accepts a connection.
accept() - Method in class org.classpath.icedtea.java.nio.channels.AsynchronousServerSocketChannel
Accepts a connection.
accept(T) - Method in interface org.classpath.icedtea.java.nio.file.DirectoryStream.Filter
Decides if the given directory entry should be accept or filtered.
AccessDeniedException - Exception in org.classpath.icedtea.java.nio.file
Checked exception thrown when a file system operation is denied, typically due to a file permission or other access check.
AccessDeniedException(String) - Constructor for exception org.classpath.icedtea.java.nio.file.AccessDeniedException
Constructs an instance of this class.
AccessDeniedException(String, String, String) - Constructor for exception org.classpath.icedtea.java.nio.file.AccessDeniedException
Constructs an instance of this class.
AccessMode - Enum in org.classpath.icedtea.java.nio.file
Defines access modes used to test the accessibility of a file.
AclEntry - Class in org.classpath.icedtea.java.nio.file.attribute
An entry in an access control list (ACL).
AclEntry.Builder - Class in org.classpath.icedtea.java.nio.file.attribute
A builder of AclEntry objects.
AclEntryFlag - Enum in org.classpath.icedtea.java.nio.file.attribute
Defines the flags for used by the flags component of an ACL entry.
AclEntryPermission - Enum in org.classpath.icedtea.java.nio.file.attribute
Defines the permissions for use with the permissions component of an ACL entry.
AclEntryType - Enum in org.classpath.icedtea.java.nio.file.attribute
A typesafe enumeration of the access control entry types.
AclFileAttributeView - Interface in org.classpath.icedtea.java.nio.file.attribute
A file attribute view that supports reading or updating a file's Access Control Lists (ACL) or file owner attributes.
acquiredBy() - Method in class org.classpath.icedtea.java.nio.channels.FileLock
Returns the channel upon whose file this lock was acquired.
ADD_FILE - Static variable in enum org.classpath.icedtea.java.nio.file.attribute.AclEntryPermission
Permission to add a new file to a directory (equal to AclEntryPermission.WRITE_DATA)
ADD_SUBDIRECTORY - Static variable in enum org.classpath.icedtea.java.nio.file.attribute.AclEntryPermission
Permission to create a subdirectory to a directory (equal to AclEntryPermission.APPEND_DATA)
allOf(Iterable<? extends DirectoryStream.Filter<? super T>>) - Static method in class org.classpath.icedtea.java.nio.file.DirectoryStreamFilters
Returns a directory stream filter that accepts a directory entry if the entry is accepted by all of the given filters.
anyOf(Iterable<? extends DirectoryStream.Filter<? super T>>) - Static method in class org.classpath.icedtea.java.nio.file.DirectoryStreamFilters
Returns a directory stream filter that accepts a directory entry if the entry is accepted by one or more of the given filters.
asFileAttribute(Set<PosixFilePermission>) - Static method in class org.classpath.icedtea.java.nio.file.attribute.PosixFilePermissions
Creates a FileAttribute, encapsulating a copy of the given file permissions, suitable for passing to the createFile or createDirectory methods.
AsynchronousByteChannel - Interface in org.classpath.icedtea.java.nio.channels
An asynchronous channel that can read and write bytes.
AsynchronousChannel - Interface in org.classpath.icedtea.java.nio.channels
A channel that supports asynchronous I/O operations.
AsynchronousChannelGroup - Class in org.classpath.icedtea.java.nio.channels
A grouping of asynchronous channels for the purpose of resource sharing.
AsynchronousChannelGroup(AsynchronousChannelProvider) - Constructor for class org.classpath.icedtea.java.nio.channels.AsynchronousChannelGroup
Initialize a new instance of this class.
AsynchronousChannelProvider - Class in org.classpath.icedtea.java.nio.channels.spi
Service-provider class for asynchronous channels.
AsynchronousChannelProvider() - Constructor for class org.classpath.icedtea.java.nio.channels.spi.AsynchronousChannelProvider
Initializes a new instance of this class.
AsynchronousChannelProvider.ThreadPoolType - Enum in org.classpath.icedtea.java.nio.channels.spi
The types of thread pool that an asynchronous channel group can be constructed with.
AsynchronousDatagramChannel - Class in org.classpath.icedtea.java.nio.channels
An asynchronous channel for datagram-oriented sockets.
AsynchronousDatagramChannel(AsynchronousChannelProvider) - Constructor for class org.classpath.icedtea.java.nio.channels.AsynchronousDatagramChannel
Initializes a new instance of this class.
AsynchronousFileChannel - Class in org.classpath.icedtea.java.nio.channels
An asynchronous channel for reading, writing, and manipulating a file.
AsynchronousFileChannel() - Constructor for class org.classpath.icedtea.java.nio.channels.AsynchronousFileChannel
Initializes a new instance of this class.
AsynchronousServerSocketChannel - Class in org.classpath.icedtea.java.nio.channels
An asynchronous channel for stream-oriented listening sockets.
AsynchronousServerSocketChannel(AsynchronousChannelProvider) - Constructor for class org.classpath.icedtea.java.nio.channels.AsynchronousServerSocketChannel
Initializes a new instance of this class.
AsynchronousSocketChannel - Class in org.classpath.icedtea.java.nio.channels
An asynchronous channel for stream-oriented connecting sockets.
AsynchronousSocketChannel(AsynchronousChannelProvider) - Constructor for class org.classpath.icedtea.java.nio.channels.AsynchronousSocketChannel
Initializes a new instance of this class.
AtomicMoveNotSupportedException - Exception in org.classpath.icedtea.java.nio.file
Checked exception thrown when a file cannot be moved as an atomic file system operation.
AtomicMoveNotSupportedException(String, String, String) - Constructor for exception org.classpath.icedtea.java.nio.file.AtomicMoveNotSupportedException
Constructs an instance of this class.
Attributes - Class in org.classpath.icedtea.java.nio.file.attribute
This class consists exclusively of static methods that operate on or return the attributes of files or file stores.
AttributeView - Interface in org.classpath.icedtea.java.nio.file.attribute
An object that provides a read-only or updatable view of non-opaque values associated with an object in a filesystem.
awaitTermination(long, TimeUnit) - Method in class org.classpath.icedtea.java.nio.channels.AsynchronousChannelGroup
Awaits termination of the group.

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.