First page Back Continue Last page Summary Graphics
I/O Streams (Pipe)
Implement the input and output components of a pipe. Pipes are used to channel the output from one thread into the input of another.
PipedReader
PipedWriter
PipedInputStream
PipedOutputStream
Notes: