PipedInputStream.PipedInputStream
Class Overview | Class Members |
This Package |
All Packages
public PipedInputStream( PipedOutputStream src ) throws IOException
Parameters
- src
- the stream to connect to.
Description
Creates a piped input stream connected to the specified piped
output stream.
Exceptions
IOException
if an I/O error occurs.
public PipedInputStream()
Description
Creates a piped input stream that is not yet connected to a piped
output stream. It must be connected to a piped output stream,
either by the receiver or the sender, before being used.
See Also
connect, connect