Constructors
| Name | Description |
|---|---|
| PipedReader() | Create a reader that is not yet connected to a piped writer. |
| PipedReader(PipedWriter) | Create a reader for the specified piped character-output stream. |
Methods
| Name | Description |
|---|---|
| close() | Close the stream. |
| connect(PipedWriter) | Connect the specified piped writer to this reader. |
| read(char[], int, int) | Read characters into a portion of an array. |