Package java.io
A piped output stream can be connected to a piped input stream to create a communications pipe. The piped output stream is the sending end of the pipe. Data is written to a PipedOutputStream object by one thread and data is read from the connected PipedInputStream by some other thread.
Public Constructors
Public Methods
Methods inherited from java.io.OutputStream
Methods inherited from java.lang.Object
_INSERT_INHERITED_METHOD_ENTRY_HERE_
_INSERT_FIELDS_ENTRY_HERE_