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

P

Path - Class in org.classpath.icedtea.java.nio.file
A file reference that locates a file using a system dependent path.
Path() - Constructor for class org.classpath.icedtea.java.nio.file.Path
Initializes a new instance of this class.
PathMatcher - Interface in org.classpath.icedtea.java.nio.file
An interface that is implemented by objects that perform match operations on paths.
Paths - Class in org.classpath.icedtea.java.nio.file
This class consists exclusively of static methods that return a Path by converting a path string or URI.
permissions() - Method in class org.classpath.icedtea.java.nio.file.attribute.AclEntry
Returns a copy of the permissions component.
permissions() - Method in interface org.classpath.icedtea.java.nio.file.attribute.PosixFileAttributes
Returns the permissions of the file.
poll() - Method in class org.classpath.icedtea.java.nio.file.WatchService
Retrieves and removes the next watch key, or null if none are present.
poll(long, TimeUnit) - Method in class org.classpath.icedtea.java.nio.file.WatchService
Retrieves and removes the next watch key, waiting if necessary up to the specified wait time if none are yet present.
pollEvents() - Method in class org.classpath.icedtea.java.nio.file.WatchKey
Retrieves and removes all pending events for this watch key, returning a List of the events that were retrieved.
position() - Method in class org.classpath.icedtea.java.nio.channels.FileLock
Returns the position within the file of the first byte of the locked region.
position() - Method in interface org.classpath.icedtea.java.nio.channels.SeekableByteChannel
Returns this channel's position.
positionSBC(long) - Method in class org.classpath.icedtea.java.nio.channels.FileChannel
Sets this channel's file position.
positionSBC(long) - Method in interface org.classpath.icedtea.java.nio.channels.SeekableByteChannel
Sets this channel's position.
PosixFileAttributes - Interface in org.classpath.icedtea.java.nio.file.attribute
File attributes associated with files on file systems used by operating systems that implement the Portable Operating System Interface (POSIX) family of standards.
PosixFileAttributeView - Interface in org.classpath.icedtea.java.nio.file.attribute
A file attribute view that provides a view of the file attributes commonly associated with files on file systems used by operating systems that implement the Portable Operating System Interface (POSIX) family of standards.
PosixFilePermission - Enum in org.classpath.icedtea.java.nio.file.attribute
Defines the bits for use with the permissions attribute.
PosixFilePermissions - Class in org.classpath.icedtea.java.nio.file.attribute
This class consists exclusively of static methods that operate on sets of PosixFilePermission objects.
postVisitDirectory(T, IOException) - Method in interface org.classpath.icedtea.java.nio.file.FileVisitor
Invoked for a directory after entries in the directory, and all of their descendants, have been visited.
postVisitDirectory(T, IOException) - Method in class org.classpath.icedtea.java.nio.file.SimpleFileVisitor
Invoked for a directory after entries in the directory, and all of their descendants, have been visited.
preVisitDirectory(T) - Method in interface org.classpath.icedtea.java.nio.file.FileVisitor
Invoked for a directory before entries in the directory are visited.
preVisitDirectory(T) - Method in class org.classpath.icedtea.java.nio.file.SimpleFileVisitor
Invoked for a directory before entries in the directory are visited.
preVisitDirectoryFailed(T, IOException) - Method in interface org.classpath.icedtea.java.nio.file.FileVisitor
Invoked for a directory that could not be opened.
preVisitDirectoryFailed(T, IOException) - Method in class org.classpath.icedtea.java.nio.file.SimpleFileVisitor
Invoked for a directory that could not be opened.
principal() - Method in class org.classpath.icedtea.java.nio.file.attribute.AclEntry
Returns the principal component.
probeContentType(FileRef) - Static method in class org.classpath.icedtea.java.nio.file.Files
Probes the content type of a file.
probeContentType(FileRef) - Method in class org.classpath.icedtea.java.nio.file.spi.FileTypeDetector
Probes the given file to guess its content type.
ProtocolFamily - Interface in org.classpath.icedtea.java.net
Represents a family of communication protocols.
provider() - Method in class org.classpath.icedtea.java.nio.channels.AsynchronousChannelGroup
Returns the provider that created this channel group.
provider() - Method in class org.classpath.icedtea.java.nio.channels.AsynchronousDatagramChannel
Returns the provider that created this channel.
provider() - Method in class org.classpath.icedtea.java.nio.channels.AsynchronousServerSocketChannel
Returns the provider that created this channel.
provider() - Method in class org.classpath.icedtea.java.nio.channels.AsynchronousSocketChannel
Returns the provider that created this channel.
provider() - Static method in class org.classpath.icedtea.java.nio.channels.spi.AsynchronousChannelProvider
Returns the system-wide default asynchronous channel provider for this invocation of the Java virtual machine.
provider() - Static method in class org.classpath.icedtea.java.nio.channels.spi.SelectorProvider
Returns the system-wide default selector provider for this invocation of the Java virtual machine.
provider() - Method in class org.classpath.icedtea.java.nio.file.FileSystem
Returns the provider that created this file system.
ProviderMismatchException - Exception in org.classpath.icedtea.java.nio.file
Unchecked exception thrown when an attempt is made to invoke a method on an object created by one file system provider with a parameter created by a different file system provider.
ProviderMismatchException() - Constructor for exception org.classpath.icedtea.java.nio.file.ProviderMismatchException
Constructs an instance of this class.
ProviderMismatchException(String) - Constructor for exception org.classpath.icedtea.java.nio.file.ProviderMismatchException
Constructs an instance of this class.
ProviderNotFoundException - Exception in org.classpath.icedtea.java.nio.file
Runtime exception thrown a provider of the required type cannot be found.
ProviderNotFoundException() - Constructor for exception org.classpath.icedtea.java.nio.file.ProviderNotFoundException
Constructs an instance of this class.
ProviderNotFoundException(String) - Constructor for exception org.classpath.icedtea.java.nio.file.ProviderNotFoundException
Constructs an instance of this class.

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.