public class PipedInputStream extends InputStream
| Modifier and Type | Field and Description |
|---|---|
protected byte[] |
buffer |
protected int |
in |
protected int |
out |
protected static int |
PIPE_SIZE |
| Constructor and Description |
|---|
PipedInputStream() |
PipedInputStream(PipedOutputStream var0) |
| Modifier and Type | Method and Description |
|---|---|
void |
connect(PipedOutputStream var0) |
int |
read() |
protected void |
receive(int var0) |
available, close, mark, markSupported, read, read, reset, skipprotected static final int PIPE_SIZE
protected byte[] buffer
protected int in
protected int out
public PipedInputStream()
public PipedInputStream(PipedOutputStream var0) throws IOException
IOExceptionpublic void connect(PipedOutputStream var0) throws IOException
IOExceptionpublic int read()
throws IOException
read in class InputStreamIOExceptionprotected void receive(int var0)
throws IOException
IOException