PipedOutputStream
object by one thread and data is read from the connected PipedInputStream
by some other thread. Attempting to use both objects from a single thread is not recommended as it may deadlock the thread.
@author James Gosling
@version 1.21, 04/09/98
@see java.io.PipedInputStream
@since JDK1.0
|
|