Class ChannelOutputStream
java.lang.Object
java.io.OutputStream
com.trilead.ssh2.channel.ChannelOutputStream
- All Implemented Interfaces:
Closeable, Flushable, AutoCloseable
ChannelOutputStream.
- Version:
- $Id: ChannelOutputStream.java,v 1.1 2007/10/15 12:49:56 cplattne Exp $
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class OutputStream
nullOutputStream
-
Field Details
-
c
Channel c -
isClosed
boolean isClosed
-
-
Constructor Details
-
ChannelOutputStream
ChannelOutputStream(Channel c)
-
-
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
-