Class ChannelInputStream

java.lang.Object
java.io.InputStream
net.schmizz.sshj.connection.channel.ChannelInputStream
All Implemented Interfaces:
Closeable, AutoCloseable, ErrorNotifiable

public final class ChannelInputStream extends InputStream implements ErrorNotifiable
InputStream for channels. Can receive data into its buffer for serving to readers.