Package com.jcraft.jsch
Class Channel.PassiveOutputStream
java.lang.Object
java.io.OutputStream
java.io.PipedOutputStream
com.jcraft.jsch.Channel.PassiveOutputStream
- All Implemented Interfaces:
Closeable
,Flushable
,AutoCloseable
- Enclosing class:
Channel
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.io.PipedOutputStream
close, connect, flush
Methods inherited from class java.io.OutputStream
nullOutputStream, write
-
Field Details
-
_sink
-
-
Constructor Details
-
PassiveOutputStream
PassiveOutputStream(PipedInputStream in, boolean resizable_buffer) throws IOException - Throws:
IOException
-
-
Method Details
-
write
- Overrides:
write
in classPipedOutputStream
- Throws:
IOException
-
write
- Overrides:
write
in classPipedOutputStream
- Throws:
IOException
-