public PipedOutputStream ()

Creates a piped output stream that is not yet connected to a piped input stream. It must be connected to a piped input stream, either by the receiver or the sender, before being used.

See also:
java.io.PipedInputStream.connect(java.io.PipedOutputStream), java.io.PipedOutputStream.connect(java.io.PipedInputStream)