| 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  PipedReaderand connects
 it to the passed inPipedWriter. | 
| PipedReader(PipedWriter source,
           int pipeSize)Creates a  PipedReaderso that it is connected
 to the piped writersrcand uses the specified
 pipe size for the pipe's buffer. |