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