Package com.trilead.ssh2.channel
Class ChannelOutputStream
java.lang.Object
java.io.OutputStream
com.trilead.ssh2.channel.ChannelOutputStream
- All Implemented Interfaces:
Closeable,Flushable,AutoCloseable
public final class ChannelOutputStream extends OutputStream
ChannelOutputStream.
- Version:
- $Id: ChannelOutputStream.java,v 1.1 2007/10/15 12:49:56 cplattne Exp $
- Author:
- Christian Plattner, plattner@trilead.com
-
Method Details
-
write
- Specified by:
writein classOutputStream- Throws:
IOException
-
close
- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Overrides:
closein classOutputStream- Throws:
IOException
-
flush
- Specified by:
flushin interfaceFlushable- Overrides:
flushin classOutputStream- Throws:
IOException
-
write
- Overrides:
writein classOutputStream- Throws:
IOException
-
write
- Overrides:
writein classOutputStream- Throws:
IOException
-