A B C D E F G H I L M N O P R S T U V W
All Classes All Packages
All Classes All Packages
All Classes All Packages
N
- name() - Method in class com.github.robtimus.filesystems.attribute.SimpleFileAttribute
- nameAt(int) - Method in class com.github.robtimus.filesystems.SimpleAbstractPath
-
Returns the name at the given index.
- negativeCount(long) - Method in class com.github.robtimus.filesystems.Messages.FileChannelMessages
-
Creates an exception that can be thrown if
FileChannel.transferTo(long, long, WritableByteChannel)
orFileChannel.transferFrom(ReadableByteChannel, long, long)
is called with a negative count. - negativePosition(long) - Method in class com.github.robtimus.filesystems.Messages.ByteChannelMessages
-
Creates an exception that can be thrown if
SeekableByteChannel.position(long)
is called with a negative position. - negativePosition(long) - Method in class com.github.robtimus.filesystems.Messages.FileChannelMessages
-
Creates an exception that can be thrown if
FileChannel.read(ByteBuffer, long)
,FileChannel.write(ByteBuffer, long)
,FileChannel.transferTo(long, long, WritableByteChannel)
orFileChannel.transferFrom(ReadableByteChannel, long, long)
is called with a negative position. - negativeSize(long) - Method in class com.github.robtimus.filesystems.Messages.ByteChannelMessages
-
Creates an exception that can be thrown if
SeekableByteChannel.truncate(long)
is called with a negative size. - nestedClassesNotSupported(String, int) - Method in class com.github.robtimus.filesystems.Messages.PathMatcherGlobMessages
-
Creates an exception that can be thrown if a glob contains nested classes.
- nestedGroupsNotSupported(String, int) - Method in class com.github.robtimus.filesystems.Messages.PathMatcherGlobMessages
-
Creates an exception that can be thrown if a glob contains nested groups.
- newBundle(String, Locale, String, ClassLoader, boolean) - Method in class com.github.robtimus.filesystems.UTF8Control
- normalize() - Method in class com.github.robtimus.filesystems.SimpleAbstractPath
-
Returns a path that is this path with redundant name elements eliminated.
- normalizedPath() - Method in class com.github.robtimus.filesystems.SimpleAbstractPath
-
Returns a path that is this path with redundant name elements eliminated.
- notAbsolute(URI) - Method in class com.github.robtimus.filesystems.Messages.URIMessages
-
Creates an exception that can be thrown if a URI (e.g. used for
FileSystemProvider.getPath(URI)
) is not absolute. - notHierarchical(URI) - Method in class com.github.robtimus.filesystems.Messages.URIMessages
-
Creates an exception that can be thrown if a URI (e.g. used for
FileSystemProvider.getPath(URI)
) is not hierarchical. - nulCharacterNotAllowed(String) - Method in class com.github.robtimus.filesystems.Messages.PathMessages
-
Creates an exception that can be thrown if a path contains a nul (
\0
) character.
All Classes All Packages