PipedInputStream.connect

PipedInputStream.connect

Class Overview | Class Members | This Package | All Packages

Syntax
public void connect( PipedOutputStream src ) throws IOException
Parameters
src
The piped output stream to connect to.
Description
Connects this piped input stream to a sender.

Exceptions
IOException if an I/O error occurs.