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