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 |
|---|---|
int |
available() |
void |
close() |
void |
connect(PipedOutputStream var0) |
int |
read() |
int |
read(byte[] var0,
int var1,
int var2) |
protected void |
receive(int var0) |
mark, markSupported, read, reset, skipprotected byte[] buffer
protected int in
protected int out
protected static final int PIPE_SIZE
public PipedInputStream()
public PipedInputStream(PipedOutputStream var0) throws IOException
IOExceptionpublic int available()
throws IOException
available in class InputStreamIOExceptionpublic void close()
throws IOException
close in class InputStreamIOExceptionpublic void connect(PipedOutputStream var0) throws IOException
IOExceptionpublic int read()
throws IOException
read in class InputStreamIOExceptionpublic int read(byte[] var0,
int var1,
int var2)
throws IOException
read in class InputStreamIOExceptionprotected void receive(int var0)
throws IOException
IOException