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:
java.io.Closeable
,java.lang.AutoCloseable
- Enclosing class:
- Channel
class Channel.PassiveInputStream extends Channel.MyPipedInputStream
-
-
Field Summary
Fields Modifier and Type Field Description (package private) java.io.PipedOutputStream
out
-
Constructor Summary
Constructors Constructor Description PassiveInputStream(java.io.PipedOutputStream out)
PassiveInputStream(java.io.PipedOutputStream out, int size)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
close()
-
Methods inherited from class com.jcraft.jsch.Channel.MyPipedInputStream
checkSpace, updateReadSide
-
-