| Package | Description |
|---|---|
| java.io |
Input/Output support
|
| Modifier and Type | Method and Description |
|---|---|
void |
PipedReader.connect(PipedWriter source)
This method connects this stream to the passed in
PipedWriter. |
| Constructor and Description |
|---|
PipedReader(PipedWriter source)
This constructor creates a new
PipedReader and connects
it to the passed in PipedWriter. |
PipedReader(PipedWriter source,
int pipeSize)
Creates a
PipedReader so that it is connected
to the piped writer src and uses the specified
pipe size for the pipe's buffer. |