java.io
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, skip
protected static final int PIPE_SIZE
protected byte[] buffer
protected int in
protected int out
public PipedInputStream()
public PipedInputStream(PipedOutputStream var0) throws IOException
IOException
public void connect(PipedOutputStream var0) throws IOException
IOException
public int read() throws IOException
read
in class InputStream
IOException
protected void receive(int var0) throws IOException
IOException