Returns a new piped output stream object.
Syntax
PipedOutputStream( )
PipedOutputStream( pipedinputstream )
Parameters
|
pipedinputstream
|
a specified piped input stream object to use.
|
Returns
|
pipedoutputstream
|
a new piped output stream object.
|
Example
ifh = PipedOutputStream( )
|