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