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

N

name() - Method in interface org.classpath.icedtea.java.net.ProtocolFamily
Returns the name of the protocol family.
name() - Method in interface org.classpath.icedtea.java.net.SocketOption
Returns the name of the socket option.
name() - Method in interface org.classpath.icedtea.java.nio.file.attribute.AclFileAttributeView
Returns the name of the attribute view.
name() - Method in interface org.classpath.icedtea.java.nio.file.attribute.AttributeView
Returns the name of the attribute view.
name() - Method in interface org.classpath.icedtea.java.nio.file.attribute.BasicFileAttributeView
Returns the name of the attribute view.
name() - Method in interface org.classpath.icedtea.java.nio.file.attribute.DosFileAttributeView
Returns the name of the attribute view.
name() - Method in interface org.classpath.icedtea.java.nio.file.attribute.FileAttribute
Returns the attribute name.
name() - Method in interface org.classpath.icedtea.java.nio.file.attribute.FileOwnerAttributeView
Returns the name of the attribute view.
name() - Method in interface org.classpath.icedtea.java.nio.file.attribute.FileStoreSpaceAttributeView
Returns the name of the attribute view.
name() - Method in interface org.classpath.icedtea.java.nio.file.attribute.NamedAttributeView
Returns the name of this attribute view.
name() - Method in interface org.classpath.icedtea.java.nio.file.attribute.PosixFileAttributeView
Returns the name of the attribute view.
name() - Method in class org.classpath.icedtea.java.nio.file.FileStore
Returns the name of this file store.
name() - Method in interface org.classpath.icedtea.java.nio.file.WatchEvent.Kind
Returns the name of the event kind.
name() - Method in interface org.classpath.icedtea.java.nio.file.WatchEvent.Modifier
Returns the name of the modifier.
NamedAttributeView - Interface in org.classpath.icedtea.java.nio.file.attribute
A file attribute view that provides a view of a file's user-defined attributes, sometimes known as extended attributes.
NetworkChannel - Interface in org.classpath.icedtea.java.nio.channels
A channel to a network socket.
networkInterface() - Method in class org.classpath.icedtea.java.nio.channels.MembershipKey
Returns the network interface for which this membership key was created.
newAsynchronousFileChannel(Path, Set<? extends OpenOption>, ExecutorService, FileAttribute<?>...) - Method in class org.classpath.icedtea.java.nio.file.spi.FileSystemProvider
Opens or creates a file for reading and/or writing, returning an asynchronous file channel to access the file.
newBuilder() - Static method in class org.classpath.icedtea.java.nio.file.attribute.AclEntry
Constructs a new builder.
newBuilder(AclEntry) - Static method in class org.classpath.icedtea.java.nio.file.attribute.AclEntry
Constructs a new builder with the components of an existing ACL entry.
newByteChannel(OpenOption...) - Method in interface org.classpath.icedtea.java.nio.file.FileRef
Opens the file referenced by this object, returning a seekable byte channel to access the file.
newByteChannel(Set<? extends OpenOption>, FileAttribute<?>...) - Method in class org.classpath.icedtea.java.nio.file.Path
Opens or creates a file, returning a seekable byte channel to access the file.
newByteChannel(OpenOption...) - Method in class org.classpath.icedtea.java.nio.file.Path
Opens or creates a file, returning a seekable byte channel to access the file.
newByteChannel(Path, Set<? extends OpenOption>, FileAttribute<?>...) - Method in class org.classpath.icedtea.java.nio.file.SecureDirectoryStream
Opens or creates a file in this directory, returning a seekable byte channel to access the file.
newByteChannel(OpenOption...) - Method in class org.classpath.icedtea.java.nio.file.spi.AbstractPath
 
newContentTypeFilter(String) - Static method in class org.classpath.icedtea.java.nio.file.DirectoryStreamFilters
Constructs a directory stream filter that filters directory entries by their MIME content type.
newDirectoryStream() - Method in class org.classpath.icedtea.java.nio.file.Path
Opens the directory referenced by this object, returning a DirectoryStream to iterate over all entries in the directory.
newDirectoryStream(String) - Method in class org.classpath.icedtea.java.nio.file.Path
Opens the directory referenced by this object, returning a DirectoryStream to iterate over the entries in the directory.
newDirectoryStream(DirectoryStream.Filter<? super Path>) - Method in class org.classpath.icedtea.java.nio.file.Path
Opens the directory referenced by this object, returning a DirectoryStream to iterate over the entries in the directory.
newDirectoryStream(Path, boolean, DirectoryStream.Filter<? super Path>) - Method in class org.classpath.icedtea.java.nio.file.SecureDirectoryStream
Opens the directory identified by the given path, returning a SecureDirectoryStream to iterate over the entries in the directory.
newDirectoryStream() - Method in class org.classpath.icedtea.java.nio.file.spi.AbstractPath
 
newDirectoryStream(String) - Method in class org.classpath.icedtea.java.nio.file.spi.AbstractPath
Opens the directory referenced by this object, returning a DirectoryStream to iterate over the entries in the directory.
newFileChannel(Path, Set<? extends OpenOption>, FileAttribute<?>...) - Method in class org.classpath.icedtea.java.nio.file.spi.FileSystemProvider
Opens or creates a file for reading and/or writing, returning a file channel to access the file.
newFileSystem(URI, Map<String, ?>) - Static method in class org.classpath.icedtea.java.nio.file.FileSystems
Constructs a new file system that is identified by a URI
newFileSystem(URI, Map<String, ?>, ClassLoader) - Static method in class org.classpath.icedtea.java.nio.file.FileSystems
Constructs a new file system that is identified by a URI
newFileSystem(FileRef, Map<String, ?>, ClassLoader) - Static method in class org.classpath.icedtea.java.nio.file.FileSystems
Constructs a new FileSystem to access the contents of a file as a file system.
newFileSystem(URI, Map<String, ?>) - Method in class org.classpath.icedtea.java.nio.file.spi.FileSystemProvider
Constructs a new FileSystem object identified by a URI.
newFileSystem(FileRef, Map<String, ?>) - Method in class org.classpath.icedtea.java.nio.file.spi.FileSystemProvider
Constructs a new FileSystem to access the contents of a file as a file system.
newInputStream(AsynchronousByteChannel) - Static method in class org.classpath.icedtea.java.nio.channels.Channels
Constructs a stream that reads bytes from the given channel.
newInputStream() - Method in class org.classpath.icedtea.java.nio.file.Path
Opens the file located by this path for reading, returning an input stream to read bytes from the file.
newInputStream() - Method in class org.classpath.icedtea.java.nio.file.spi.AbstractPath
Opens the file located by this path for reading, returning an input stream to read bytes from the file.
newOutputStream(AsynchronousByteChannel) - Static method in class org.classpath.icedtea.java.nio.channels.Channels
Constructs a stream that writes bytes to the given channel.
newOutputStream(OpenOption...) - Method in class org.classpath.icedtea.java.nio.file.Path
Opens or creates the file located by this path for writing, returning an output stream to write bytes to the file.
newOutputStream(Set<? extends OpenOption>, FileAttribute<?>...) - Method in class org.classpath.icedtea.java.nio.file.Path
Opens or creates the file located by this path for writing, returning an output stream to write bytes to the file.
newOutputStream(OpenOption...) - Method in class org.classpath.icedtea.java.nio.file.spi.AbstractPath
Opens or creates the file located by this path for writing, returning an output stream to write bytes to the file.
newOutputStream(Set<? extends OpenOption>, FileAttribute<?>...) - Method in class org.classpath.icedtea.java.nio.file.spi.AbstractPath
Opens or creates the file located by this path for writing, returning an output stream to write bytes to the file.
newPermissionCollection() - Method in class org.classpath.icedtea.java.io.FilePermission
Returns a new PermissionCollection object for storing FilePermission objects.
newWatchService() - Method in class org.classpath.icedtea.java.nio.file.FileSystem
Constructs a new WatchService (optional operation).
next() - Method in class org.classpath.icedtea.java.util.Scanner
Finds and returns the next complete token from this scanner.
next(String) - Method in class org.classpath.icedtea.java.util.Scanner
Returns the next token if it matches the pattern constructed from the specified string.
next(Pattern) - Method in class org.classpath.icedtea.java.util.Scanner
Returns the next token if it matches the specified pattern.
nextBigDecimal() - Method in class org.classpath.icedtea.java.util.Scanner
Scans the next token of the input as a BigDecimal.
nextBigInteger() - Method in class org.classpath.icedtea.java.util.Scanner
Scans the next token of the input as a BigInteger.
nextBigInteger(int) - Method in class org.classpath.icedtea.java.util.Scanner
Scans the next token of the input as a BigInteger.
nextBoolean() - Method in class org.classpath.icedtea.java.util.Scanner
Scans the next token of the input into a boolean value and returns that value.
nextByte() - Method in class org.classpath.icedtea.java.util.Scanner
Scans the next token of the input as a byte.
nextByte(int) - Method in class org.classpath.icedtea.java.util.Scanner
Scans the next token of the input as a byte.
nextDouble() - Method in class org.classpath.icedtea.java.util.Scanner
Scans the next token of the input as a double.
nextFloat() - Method in class org.classpath.icedtea.java.util.Scanner
Scans the next token of the input as a float.
nextInt() - Method in class org.classpath.icedtea.java.util.Scanner
Scans the next token of the input as an int.
nextInt(int) - Method in class org.classpath.icedtea.java.util.Scanner
Scans the next token of the input as an int.
nextLine() - Method in class org.classpath.icedtea.java.util.Scanner
Advances this scanner past the current line and returns the input that was skipped.
nextLong() - Method in class org.classpath.icedtea.java.util.Scanner
Scans the next token of the input as a long.
nextLong(int) - Method in class org.classpath.icedtea.java.util.Scanner
Scans the next token of the input as a long.
nextShort() - Method in class org.classpath.icedtea.java.util.Scanner
Scans the next token of the input as a short.
nextShort(int) - Method in class org.classpath.icedtea.java.util.Scanner
Scans the next token of the input as a short.
normalize() - Method in class org.classpath.icedtea.java.nio.file.Path
Returns a path that is this path with redundant name elements eliminated.
NoSuchFileException - Exception in org.classpath.icedtea.java.nio.file
Checked exception thrown when an attempt is made to access a file that does not exist.
NoSuchFileException(String) - Constructor for exception org.classpath.icedtea.java.nio.file.NoSuchFileException
Constructs an instance of this class.
NoSuchFileException(String, String, String) - Constructor for exception org.classpath.icedtea.java.nio.file.NoSuchFileException
Constructs an instance of this class.
NotDirectoryException - Exception in org.classpath.icedtea.java.nio.file
Checked exception thrown when a file system operation, intended for a directory, fails because the file is not a directory.
NotDirectoryException(String) - Constructor for exception org.classpath.icedtea.java.nio.file.NotDirectoryException
Constructs an instance of this class.
notExists() - Method in class org.classpath.icedtea.java.nio.file.Path
Tests whether the file located by this path does not exist.
notExists() - Method in class org.classpath.icedtea.java.nio.file.spi.AbstractPath
 
NotLinkException - Exception in org.classpath.icedtea.java.nio.file
Checked exception thrown when a file system operation fails because a file is not a link.
NotLinkException(String) - Constructor for exception org.classpath.icedtea.java.nio.file.NotLinkException
Constructs an instance of this class.
NotLinkException(String, String, String) - Constructor for exception org.classpath.icedtea.java.nio.file.NotLinkException
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.