|
|
java > java.io > java.io.pipedinputstream >
Class: java.io.PipedInputStream java.lang.Object java.io.InputStream java.io.PipedInputStream
public class PipedInputStream extends InputStream
FIELDS:
protected static final int PIPE_SIZE : 1024 protected byte[] buffer protected int in protected int out |
|
|
|
CONSTRUCTORS:
METHODS:
INHERITED METHODS:
| read(), read(byte[]), read(byte[], int, int), skip(long), available(), close(), mark(int), reset(), markSupported(), getClass(), hashCode(), equals(java.lang.Object), clone(), toString(), notify(), notifyAll(), wait(long), wait(long, int), wait(), finalize(), |
|
|
|
SUBCLASSES:
|
|



|