|
|
java > java.io > java.io.pipedreader >
Class: java.io.PipedReader java.lang.Object java.io.Reader java.io.PipedReader
public class PipedReader extends Reader
FIELDS:
CONSTRUCTORS:
| | | public | PipedReader(PipedWriter src) |
| | public | PipedReader(PipedWriter src, int pipeSize) |
| | public | PipedReader() |
| | public | PipedReader(int pipeSize) |
| |
|
|
|
METHODS:
INHERITED METHODS:
| read(java.nio.CharBuffer), read(), read(char[]), read(char[], int, int), skip(long), ready(), markSupported(), mark(int), reset(), close(), getClass(), hashCode(), equals(java.lang.Object), clone(), toString(), notify(), notifyAll(), wait(long), wait(long, int), wait(), finalize(), |
|
|
|
SUBCLASSES:
|
|



|