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, skip
protected byte[] buffer
protected int in
protected int out
protected static final int PIPE_SIZE
public PipedInputStream()
public PipedInputStream(PipedOutputStream var0) throws IOException
IOException
public int available() throws IOException
available
in class InputStream
IOException
public void close() throws IOException
close
in class InputStream
IOException
public void connect(PipedOutputStream var0) throws IOException
IOException
public int read() throws IOException
read
in class InputStream
IOException
public int read(byte[] var0, int var1, int var2) throws IOException
read
in class InputStream
IOException
protected void receive(int var0) throws IOException
IOException
Copyright © 2006–2013 OSGi Alliance. All rights reserved.