Class SftpFileObject.SftpInputStream

All Implemented Interfaces:
Closeable, AutoCloseable
Enclosing class:
SftpFileObject

private class SftpFileObject.SftpInputStream extends MonitorInputStream
An InputStream that monitors for end-of-file.
  • Field Details

    • channel

      private final com.jcraft.jsch.ChannelSftp channel
  • Constructor Details

    • SftpInputStream

      public SftpInputStream(com.jcraft.jsch.ChannelSftp channel, InputStream in)
    • SftpInputStream

      public SftpInputStream(com.jcraft.jsch.ChannelSftp channel, InputStream in, int bufferSize)
  • Method Details