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

S

Scanner - Class in org.classpath.icedtea.java.util
A simple text scanner which can parse primitive types and strings using regular expressions.
Scanner(Readable) - Constructor for class org.classpath.icedtea.java.util.Scanner
Constructs a new Scanner that produces values scanned from the specified source.
Scanner(InputStream) - Constructor for class org.classpath.icedtea.java.util.Scanner
Constructs a new Scanner that produces values scanned from the specified input stream.
Scanner(InputStream, String) - Constructor for class org.classpath.icedtea.java.util.Scanner
Constructs a new Scanner that produces values scanned from the specified input stream.
Scanner(File) - Constructor for class org.classpath.icedtea.java.util.Scanner
Constructs a new Scanner that produces values scanned from the specified file.
Scanner(File, String) - Constructor for class org.classpath.icedtea.java.util.Scanner
Constructs a new Scanner that produces values scanned from the specified file.
Scanner(FileRef) - Constructor for class org.classpath.icedtea.java.util.Scanner
Constructs a new Scanner that produces values scanned from the specified file.
Scanner(FileRef, String) - Constructor for class org.classpath.icedtea.java.util.Scanner
Constructs a new Scanner that produces values scanned from the specified file.
Scanner(String) - Constructor for class org.classpath.icedtea.java.util.Scanner
Constructs a new Scanner that produces values scanned from the specified string.
Scanner(ReadableByteChannel) - Constructor for class org.classpath.icedtea.java.util.Scanner
Constructs a new Scanner that produces values scanned from the specified channel.
Scanner(ReadableByteChannel, String) - Constructor for class org.classpath.icedtea.java.util.Scanner
Constructs a new Scanner that produces values scanned from the specified channel.
SecureDirectoryStream - Class in org.classpath.icedtea.java.nio.file
A DirectoryStream that defines operations on files that are located relative to an open directory.
SecureDirectoryStream() - Constructor for class org.classpath.icedtea.java.nio.file.SecureDirectoryStream
Initialize a new instance of this class.
SeekableByteChannel - Interface in org.classpath.icedtea.java.nio.channels
A byte channel that maintains a current position and allows the position to be changed.
SelectorProvider - Class in org.classpath.icedtea.java.nio.channels.spi
Service-provider class for selectors and selectable channels.
SelectorProvider() - Constructor for class org.classpath.icedtea.java.nio.channels.spi.SelectorProvider
 
send(ByteBuffer, SocketAddress, long, TimeUnit, A, CompletionHandler<Integer, ? super A>) - Method in class org.classpath.icedtea.java.nio.channels.AsynchronousDatagramChannel
Sends a datagram via this channel.
send(ByteBuffer, SocketAddress, A, CompletionHandler<Integer, ? super A>) - Method in class org.classpath.icedtea.java.nio.channels.AsynchronousDatagramChannel
Sends a datagram via this channel.
send(ByteBuffer, SocketAddress) - Method in class org.classpath.icedtea.java.nio.channels.AsynchronousDatagramChannel
Sends a datagram via this channel.
setAcl(List<AclEntry>) - Method in interface org.classpath.icedtea.java.nio.file.attribute.AclFileAttributeView
Updates (replace) the access control list.
setAcl(FileRef, List<AclEntry>) - Static method in class org.classpath.icedtea.java.nio.file.attribute.Attributes
Updates a file's Access Control List (ACL).
setArchive(boolean) - Method in interface org.classpath.icedtea.java.nio.file.attribute.DosFileAttributeView
Updates the value of the archive attribute.
setAttribute(FileRef, String, Object) - Static method in class org.classpath.icedtea.java.nio.file.attribute.Attributes
Sets the value of a file attribute.
setAttribute(String, Object) - Method in interface org.classpath.icedtea.java.nio.file.attribute.AttributeView
Sets/updates the value of an attribute.
setFlags(Set<AclEntryFlag>) - Method in class org.classpath.icedtea.java.nio.file.attribute.AclEntry.Builder
Sets the flags component of this builder.
setFlags(AclEntryFlag...) - Method in class org.classpath.icedtea.java.nio.file.attribute.AclEntry.Builder
Sets the flags component of this builder.
setGroup(GroupPrincipal) - Method in interface org.classpath.icedtea.java.nio.file.attribute.PosixFileAttributeView
Updates the file group-owner.
setHidden(boolean) - Method in interface org.classpath.icedtea.java.nio.file.attribute.DosFileAttributeView
Updates the value of the hidden attribute.
setLastAccessTime(FileRef, long, TimeUnit) - Static method in class org.classpath.icedtea.java.nio.file.attribute.Attributes
Updates the value of a file's last access time attribute.
setLastModifiedTime(FileRef, long, TimeUnit) - Static method in class org.classpath.icedtea.java.nio.file.attribute.Attributes
Updates the value of a file's last modified time attribute.
setOption(SocketOption<T>, T) - Method in class org.classpath.icedtea.java.nio.channels.AsynchronousDatagramChannel
 
setOption(SocketOption<T>, T) - Method in class org.classpath.icedtea.java.nio.channels.AsynchronousServerSocketChannel
 
setOption(SocketOption<T>, T) - Method in class org.classpath.icedtea.java.nio.channels.AsynchronousSocketChannel
 
setOption(SocketOption<T>, T) - Method in class org.classpath.icedtea.java.nio.channels.DatagramChannel
 
setOption(SocketOption<T>, T) - Method in interface org.classpath.icedtea.java.nio.channels.NetworkChannel
Sets the value of a socket option.
setOwner(FileRef, UserPrincipal) - Static method in class org.classpath.icedtea.java.nio.file.attribute.Attributes
Updates the file owner.
setOwner(UserPrincipal) - Method in interface org.classpath.icedtea.java.nio.file.attribute.FileOwnerAttributeView
Updates the file owner.
setPermissions(Set<AclEntryPermission>) - Method in class org.classpath.icedtea.java.nio.file.attribute.AclEntry.Builder
Sets the permissions component of this builder.
setPermissions(AclEntryPermission...) - Method in class org.classpath.icedtea.java.nio.file.attribute.AclEntry.Builder
Sets the permissions component of this builder.
setPermissions(Set<PosixFilePermission>) - Method in interface org.classpath.icedtea.java.nio.file.attribute.PosixFileAttributeView
Updates the file permissions.
setPosixFilePermissions(FileRef, Set<PosixFilePermission>) - Static method in class org.classpath.icedtea.java.nio.file.attribute.Attributes
Sets a file's POSIX permissions.
setPrincipal(UserPrincipal) - Method in class org.classpath.icedtea.java.nio.file.attribute.AclEntry.Builder
Sets the principal component of this builder.
setReadOnly(boolean) - Method in interface org.classpath.icedtea.java.nio.file.attribute.DosFileAttributeView
Updates the value of the read-only attribute.
setSystem(boolean) - Method in interface org.classpath.icedtea.java.nio.file.attribute.DosFileAttributeView
Updates the value of the system attribute.
setTimes(Long, Long, Long, TimeUnit) - Method in interface org.classpath.icedtea.java.nio.file.attribute.BasicFileAttributeView
Updates any or all of the file's last modified time, last access time, and create time attributes.
setType(AclEntryType) - Method in class org.classpath.icedtea.java.nio.file.attribute.AclEntry.Builder
Sets the type component of this builder.
shutdown() - Method in class org.classpath.icedtea.java.nio.channels.AsynchronousChannelGroup
Initiates an orderly shutdown of the group.
shutdownInput() - Method in class org.classpath.icedtea.java.nio.channels.AsynchronousSocketChannel
Shutdown the connection for reading without closing the channel.
shutdownNow() - Method in class org.classpath.icedtea.java.nio.channels.AsynchronousChannelGroup
Shuts down the group and closes all open channels in the group.
shutdownOutput() - Method in class org.classpath.icedtea.java.nio.channels.AsynchronousSocketChannel
Shutdown the connection for writing without closing the channel.
SimpleFileVisitor<T extends FileRef> - Class in org.classpath.icedtea.java.nio.file
A simple visitor of files with default behavior to visit all files and to re-throw I/O errors.
SimpleFileVisitor() - Constructor for class org.classpath.icedtea.java.nio.file.SimpleFileVisitor
Initializes a new instance of this class.
size() - Method in class org.classpath.icedtea.java.nio.channels.AsynchronousFileChannel
Returns the current size of this channel's file.
size() - Method in class org.classpath.icedtea.java.nio.channels.FileLock
Returns the size of the locked region in bytes.
size() - Method in interface org.classpath.icedtea.java.nio.channels.SeekableByteChannel
Returns the current size of entity to which this channel is connected.
size() - Method in interface org.classpath.icedtea.java.nio.file.attribute.BasicFileAttributes
Returns the size of the file (in bytes).
size(String) - Method in interface org.classpath.icedtea.java.nio.file.attribute.NamedAttributeView
Returns the size of the value of a user-defined/named attribute.
skip(Pattern) - Method in class org.classpath.icedtea.java.util.Scanner
Skips input that matches the specified pattern, ignoring delimiters.
skip(String) - Method in class org.classpath.icedtea.java.util.Scanner
Skips input that matches a pattern constructed from the specified string.
SO_BROADCAST - Static variable in class org.classpath.icedtea.java.net.StandardSocketOption
Allow transmission of broadcast datagrams.
SO_KEEPALIVE - Static variable in class org.classpath.icedtea.java.net.StandardSocketOption
Keep connection alive.
SO_LINGER - Static variable in class org.classpath.icedtea.java.net.StandardSocketOption
Linger on close if data is present.
SO_RCVBUF - Static variable in class org.classpath.icedtea.java.net.StandardSocketOption
The size of the socket receive buffer.
SO_REUSEADDR - Static variable in class org.classpath.icedtea.java.net.StandardSocketOption
Re-use address.
SO_SNDBUF - Static variable in class org.classpath.icedtea.java.net.StandardSocketOption
The size of the socket send buffer.
SocketOption<T> - Interface in org.classpath.icedtea.java.net
A socket option associated with a socket.
sourceAddress() - Method in class org.classpath.icedtea.java.nio.channels.MembershipKey
Returns the source address if this membership key is source-specific, or null if this membership is not source-specific.
StandardCopyOption - Enum in org.classpath.icedtea.java.nio.file
Defines the standard copy options.
StandardOpenOption - Enum in org.classpath.icedtea.java.nio.file
Defines the standard open options.
StandardProtocolFamily - Enum in org.classpath.icedtea.java.net
Defines the standard families of communication protocols.
StandardSocketOption - Class in org.classpath.icedtea.java.net
Defines the standard socket options.
StandardWatchEventKind - Class in org.classpath.icedtea.java.nio.file
Defines the standard event kinds.
startsWith(Path) - Method in class org.classpath.icedtea.java.nio.file.Path
Tests if this path starts with the given path.
subpath(int, int) - Method in class org.classpath.icedtea.java.nio.file.Path
Returns a relative Path that is a subsequence of the name elements of this path.
supportedFileAttributeViews() - Method in class org.classpath.icedtea.java.nio.file.FileSystem
Returns the set of the names of the file attribute views supported by this FileSystem.
supportedOptions() - Method in interface org.classpath.icedtea.java.nio.channels.NetworkChannel
Returns a set of the socket options supported by this channel.
supportsFileAttributeView(Class<? extends FileAttributeView>) - Method in class org.classpath.icedtea.java.nio.file.FileStore
Tells whether or not this file store supports the file attributes identified by the given file attribute view.
supportsFileAttributeView(String) - Method in class org.classpath.icedtea.java.nio.file.FileStore
Tells whether or not this file store supports the file attributes identified by the given file attribute view.

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.