Class ChannelOutputStream

java.lang.Object
java.io.OutputStream
net.schmizz.sshj.connection.channel.ChannelOutputStream
All Implemented Interfaces:
Closeable, Flushable, AutoCloseable, ErrorNotifiable

public final class ChannelOutputStream extends OutputStream implements ErrorNotifiable
OutputStream for channels. Buffers data upto the remote window's maximum packet size. Data can also be flushed via flush() and is also flushed on close().