public class ChannelOutputStream extends OutputStream
| Constructor and Description |
|---|
ChannelOutputStream(AbstractChannel channel,
Window remoteWindow,
org.slf4j.Logger log,
SshConstants.Message cmd) |
public ChannelOutputStream(AbstractChannel channel, Window remoteWindow, org.slf4j.Logger log, SshConstants.Message cmd)
public void write(int w)
throws IOException
write in class OutputStreamIOExceptionpublic void write(byte[] buf,
int s,
int l)
throws IOException
write in class OutputStreamIOExceptionpublic void flush()
throws IOException
flush in interface Flushableflush in class OutputStreamIOExceptionpublic void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableclose in class OutputStreamIOExceptionCopyright © 2008-2012 Apache Software Foundation. All Rights Reserved.