Package com.sshtools.synergy.ssh
Class ChannelOutputStream
java.lang.Object
java.io.OutputStream
com.sshtools.synergy.ssh.ChannelOutputStream
- All Implemented Interfaces:
Closeable,Flushable,AutoCloseable
-
Constructor Summary
ConstructorsConstructorDescriptionChannelOutputStream(ChannelNG<?> channel) ChannelOutputStream(ChannelNG<?> channel, int type) -
Method Summary
Methods inherited from class java.io.OutputStream
flush, nullOutputStream, write
-
Constructor Details
-
ChannelOutputStream
-
ChannelOutputStream
-
-
Method Details
-
write
- Specified by:
writein classOutputStream- Throws:
IOException
-
write
- Overrides:
writein classOutputStream- Throws:
IOException
-
close
public void close()- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Overrides:
closein classOutputStream
-