B C D E F G H I K M N P R S T 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.sftp.SFTPFileSystemProvider
-
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.sftp.SFTPFileSystemProvider
- newFileSystem(URI, Map<String, ?>) - Method in class com.github.robtimus.filesystems.sftp.SFTPFileSystemProvider
-
Constructs a new
FileSystemobject identified by a URI. - newInputStream(Path, OpenOption...) - Method in class com.github.robtimus.filesystems.sftp.SFTPFileSystemProvider
-
Opens a file, returning an input stream to read from the file.
- newOutputStream(Path, OpenOption...) - Method in class com.github.robtimus.filesystems.sftp.SFTPFileSystemProvider
-
Opens or creates a file, returning an output stream that may be used to write bytes to the file.
All Classes All Packages