Package com.trilead.ssh2.channel
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 java.io.OutputStream
nullOutputStream
-
Field Details
-
c
Channel c -
isClosed
boolean isClosed
-
-
Constructor Details
-
ChannelOutputStream
ChannelOutputStream(Channel c)
-
-
Method Details
-
write
- Specified by:
write
in classOutputStream
- Throws:
IOException
-
close
- Specified by:
close
in interfaceAutoCloseable
- Specified by:
close
in interfaceCloseable
- Overrides:
close
in classOutputStream
- Throws:
IOException
-
flush
- Specified by:
flush
in interfaceFlushable
- Overrides:
flush
in classOutputStream
- Throws:
IOException
-
write
- Overrides:
write
in classOutputStream
- Throws:
IOException
-
write
- Overrides:
write
in classOutputStream
- Throws:
IOException
-