| Class and Description |
|---|
| PipedInputStream
A piped input stream should be connected
to a piped output stream; the piped input
stream then provides whatever data bytes
are written to the piped output stream.
|
| PipedOutputStream
A piped output stream can be connected to a piped input stream
to create a communications pipe.
|
| PipedReader
Piped character-input streams.
|
| PipedWriter
Piped character-output streams.
|
| PrintWriter
Prints formatted representations of objects to a text-output stream.
|
| StringWriter
A character stream that collects its output in a string buffer, which can
then be used to construct a string.
|