Class SftpFileSystemChannel

  • All Implemented Interfaces:
    java.io.Closeable, java.lang.AutoCloseable, java.nio.channels.ByteChannel, java.nio.channels.Channel, java.nio.channels.GatheringByteChannel, java.nio.channels.InterruptibleChannel, java.nio.channels.ReadableByteChannel, java.nio.channels.ScatteringByteChannel, java.nio.channels.SeekableByteChannel, java.nio.channels.WritableByteChannel

    public class SftpFileSystemChannel
    extends SftpRemotePathChannel
    • Constructor Detail

      • SftpFileSystemChannel

        public SftpFileSystemChannel​(SftpPath p,
                                     java.util.Collection<SftpClient.OpenMode> modes)
                              throws java.io.IOException
        Throws:
        java.io.IOException
      • SftpFileSystemChannel

        public SftpFileSystemChannel​(java.lang.String remotePath,
                                     SftpFileSystem fs,
                                     java.util.Collection<SftpClient.OpenMode> modes)
                              throws java.io.IOException
        Throws:
        java.io.IOException