Package java.io
Class PipedInputStream
java.lang.Object
java.io.InputStream
java.io.PipedInputStream
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
connect
(PipedOutputStream var0) int
read()
protected void
receive
(int var0) Methods inherited from class java.io.InputStream
available, close, mark, markSupported, read, read, reset, skip
-
Field Details
-
PIPE_SIZE
protected static final int PIPE_SIZE- See Also:
-
buffer
protected byte[] buffer -
in
protected int in -
out
protected int out
-
-
Constructor Details
-
PipedInputStream
public PipedInputStream() -
PipedInputStream
- Throws:
IOException
-
-
Method Details
-
connect
- Throws:
IOException
-
read
- Specified by:
read
in classInputStream
- Throws:
IOException
-
receive
- Throws:
IOException
-