A B C D E F G H I K L M N P R S T U V W
All Classes All Packages
All Classes All Packages
All Classes All Packages
N
- newByteChannel(Path, Set<? extends OpenOption>, FileAttribute<?>...) - Method in class com.github.robtimus.filesystems.ftp.FTPFileSystemProvider
-
Opens or creates a file, returning a seekable byte channel to access the file.
- newDirectoryStream(Path, DirectoryStream.Filter<? super Path>) - Method in class com.github.robtimus.filesystems.ftp.FTPFileSystemProvider
- newFileSystem(URI, Map<String, ?>) - Method in class com.github.robtimus.filesystems.ftp.FTPFileSystemProvider
-
Constructs a new
FileSystem
object identified by a URI. - newInputStream(Path, OpenOption...) - Method in class com.github.robtimus.filesystems.ftp.FTPFileSystemProvider
-
Opens a file, returning an input stream to read from the file.
- newOutputStream(Path, OpenOption...) - Method in class com.github.robtimus.filesystems.ftp.FTPFileSystemProvider
-
Opens or creates a file, returning an output stream that may be used to write bytes to the file.
- NON_PRINT - com.github.robtimus.filesystems.ftp.FileType.Format
-
Indicates a non-print text format.
- NON_UNIX - com.github.robtimus.filesystems.ftp.StandardFTPFileStrategyFactory
-
An
FTPFileStrategy
factory that delegates toFTPFileStrategy.nonUnix()
. - nonUnix() - Static method in class com.github.robtimus.filesystems.ftp.FTPFileStrategy
-
Returns a strategy for non-Unix-like FTP file systems.
All Classes All Packages