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

R

radix() - Method in class org.classpath.icedtea.java.util.Scanner
Returns this scanner's default radix.
read(ByteBuffer, A, CompletionHandler<Integer, ? super A>) - Method in interface org.classpath.icedtea.java.nio.channels.AsynchronousByteChannel
Reads a sequence of bytes from this channel into the given buffer.
read(ByteBuffer) - Method in interface org.classpath.icedtea.java.nio.channels.AsynchronousByteChannel
Reads a sequence of bytes from this channel into the given buffer.
read(ByteBuffer, long, TimeUnit, A, CompletionHandler<Integer, ? super A>) - Method in class org.classpath.icedtea.java.nio.channels.AsynchronousDatagramChannel
Receives a datagram via this channel.
read(ByteBuffer, A, CompletionHandler<Integer, ? super A>) - Method in class org.classpath.icedtea.java.nio.channels.AsynchronousDatagramChannel
 
read(ByteBuffer) - Method in class org.classpath.icedtea.java.nio.channels.AsynchronousDatagramChannel
 
read(ByteBuffer, long, A, CompletionHandler<Integer, ? super A>) - Method in class org.classpath.icedtea.java.nio.channels.AsynchronousFileChannel
Reads a sequence of bytes from this channel into the given buffer, starting at the given file position.
read(ByteBuffer, long) - Method in class org.classpath.icedtea.java.nio.channels.AsynchronousFileChannel
Reads a sequence of bytes from this channel into the given buffer, starting at the given file position.
read(ByteBuffer, long, TimeUnit, A, CompletionHandler<Integer, ? super A>) - Method in class org.classpath.icedtea.java.nio.channels.AsynchronousSocketChannel
Reads a sequence of bytes from this channel into the given buffer.
read(ByteBuffer, A, CompletionHandler<Integer, ? super A>) - Method in class org.classpath.icedtea.java.nio.channels.AsynchronousSocketChannel
 
read(ByteBuffer) - Method in class org.classpath.icedtea.java.nio.channels.AsynchronousSocketChannel
 
read(ByteBuffer[], int, int, long, TimeUnit, A, CompletionHandler<Long, ? super A>) - Method in class org.classpath.icedtea.java.nio.channels.AsynchronousSocketChannel
Reads a sequence of bytes from this channel into a subsequence of the given buffers.
read(ByteBuffer) - Method in interface org.classpath.icedtea.java.nio.channels.SeekableByteChannel
Reads a sequence of bytes from this channel into the given buffer.
read(String, ByteBuffer) - Method in interface org.classpath.icedtea.java.nio.file.attribute.NamedAttributeView
Read the value of a user-defined/named attribute into a buffer.
readAllBytes(FileRef) - Static method in class org.classpath.icedtea.java.io.Inputs
Read all bytes from the specified file.
readAllBytes(File) - Static method in class org.classpath.icedtea.java.io.Inputs
Read all bytes from the specified file.
readAllBytes(InputStream) - Static method in class org.classpath.icedtea.java.io.Inputs
Read all bytes from the specified input stream.
readAllLines(FileRef, String) - Static method in class org.classpath.icedtea.java.io.Inputs
Read all lines from the specified file.
readAllLines(FileRef) - Static method in class org.classpath.icedtea.java.io.Inputs
Read all lines from the specified file.
readAllLines(File, String) - Static method in class org.classpath.icedtea.java.io.Inputs
Read all lines from the specified file.
readAllLines(File) - Static method in class org.classpath.icedtea.java.io.Inputs
Read all lines from the specified file.
readAllLines(InputStream, String) - Static method in class org.classpath.icedtea.java.io.Inputs
Read all lines from the specified input stream.
readAllLines(InputStream) - Static method in class org.classpath.icedtea.java.io.Inputs
Read all lines from the specified input stream.
readAllLines(Readable) - Static method in class org.classpath.icedtea.java.io.Inputs
Read all lines from the from the specified source.
readAttributes(FileRef, String, LinkOption...) - Static method in class org.classpath.icedtea.java.nio.file.attribute.Attributes
Reads a set of file attributes as a bulk operation.
readAttributes(String, String...) - Method in interface org.classpath.icedtea.java.nio.file.attribute.AttributeView
Reads all, or a subset, of the attributes supported by this file attribute view.
readAttributes() - Method in interface org.classpath.icedtea.java.nio.file.attribute.BasicFileAttributeView
Reads the basic file attributes as a bulk operation.
readAttributes() - Method in interface org.classpath.icedtea.java.nio.file.attribute.DosFileAttributeView
 
readAttributes() - Method in interface org.classpath.icedtea.java.nio.file.attribute.FileStoreSpaceAttributeView
Reads the disk space attributes as a bulk operation.
readAttributes() - Method in interface org.classpath.icedtea.java.nio.file.attribute.PosixFileAttributeView
 
readBasicFileAttributes(FileRef, LinkOption...) - Static method in class org.classpath.icedtea.java.nio.file.attribute.Attributes
Reads the basic file attributes of a file.
readDosFileAttributes(FileRef, LinkOption...) - Static method in class org.classpath.icedtea.java.nio.file.attribute.Attributes
Reads the DOS file attributes of a file.
readFileStoreSpaceAttributes(FileStore) - Static method in class org.classpath.icedtea.java.nio.file.attribute.Attributes
Reads the space attributes of a file store.
ReadOnlyFileSystemException - Exception in org.classpath.icedtea.java.nio.file
Unchecked exception thrown when an attempt is made to update an object in a file system that is accessed through a read-only FileSystem.
ReadOnlyFileSystemException() - Constructor for exception org.classpath.icedtea.java.nio.file.ReadOnlyFileSystemException
Constructs an instance of this class.
readPosixFileAttributes(FileRef, LinkOption...) - Static method in class org.classpath.icedtea.java.nio.file.attribute.Attributes
Reads the POSIX file attributes of a file.
readSymbolicLink() - Method in class org.classpath.icedtea.java.nio.file.Path
Reads the target of a symbolic link (optional operation).
receive(ByteBuffer, long, TimeUnit, A, CompletionHandler<SocketAddress, ? super A>) - Method in class org.classpath.icedtea.java.nio.channels.AsynchronousDatagramChannel
Receives a datagram via this channel.
receive(ByteBuffer, A, CompletionHandler<SocketAddress, ? super A>) - Method in class org.classpath.icedtea.java.nio.channels.AsynchronousDatagramChannel
Receives a datagram via this channel.
receive(ByteBuffer) - Method in class org.classpath.icedtea.java.nio.channels.AsynchronousDatagramChannel
Receives a datagram via this channel.
register(WatchService, WatchEvent.Kind<?>[], WatchEvent.Modifier...) - Method in class org.classpath.icedtea.java.nio.file.Path
Registers the file located by this path with a watch service.
register(WatchService, WatchEvent.Kind<?>...) - Method in class org.classpath.icedtea.java.nio.file.spi.AbstractPath
 
register(WatchService, WatchEvent.Kind<?>[], WatchEvent.Modifier...) - Method in interface org.classpath.icedtea.java.nio.file.Watchable
Registers an object with a watch service.
register(WatchService, WatchEvent.Kind<?>...) - Method in interface org.classpath.icedtea.java.nio.file.Watchable
Registers an object with a watch service.
relativize(Path) - Method in class org.classpath.icedtea.java.nio.file.Path
Constructs a relative path between this path and a given path.
release() - Method in class org.classpath.icedtea.java.nio.channels.FileLock
Releases this lock.
remove() - Method in class org.classpath.icedtea.java.util.Scanner
The remove operation is not supported by this implementation of Iterator.
reset() - Method in class org.classpath.icedtea.java.nio.file.WatchKey
Resets this watch key.
reset() - Method in class org.classpath.icedtea.java.util.Scanner
Resets this scanner.
resolution() - Method in interface org.classpath.icedtea.java.nio.file.attribute.BasicFileAttributes
Returns the TimeUnit required to interpret the time of last modification, time of last access, and creation time.
resolve(Path) - Method in class org.classpath.icedtea.java.nio.file.Path
Resolve the given path against this path.
resolve(String) - Method in class org.classpath.icedtea.java.nio.file.Path
Converts a given path string to a Path and resolves it against this Path in exactly the manner specified by the resolve method.

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.