Package com.jcraft.jsch
Class Channel.PassiveInputStream
java.lang.Object
java.io.InputStream
java.io.PipedInputStream
com.jcraft.jsch.Channel.MyPipedInputStream
com.jcraft.jsch.Channel.PassiveInputStream
- All Implemented Interfaces:
Closeable
,AutoCloseable
- Enclosing class:
Channel
-
Field Summary
FieldsFields inherited from class java.io.PipedInputStream
buffer, in, PIPE_SIZE
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.jcraft.jsch.Channel.MyPipedInputStream
checkSpace, updateReadSide
Methods inherited from class java.io.InputStream
mark, markSupported, nullInputStream, read, readAllBytes, readNBytes, readNBytes, reset, skip, skipNBytes, transferTo
-
Field Details
-
out
-
-
Constructor Details
-
PassiveInputStream
PassiveInputStream(PipedOutputStream out, int size) throws IOException - Throws:
IOException
-
PassiveInputStream
PassiveInputStream(PipedOutputStream out) throws IOException - Throws:
IOException
-
-
Method Details
-
close
- Specified by:
close
in interfaceAutoCloseable
- Specified by:
close
in interfaceCloseable
- Overrides:
close
in classPipedInputStream
- Throws:
IOException
-