PipedOutputStream.connect

PipedOutputStream.connect

Class Overview | Class Members | This Package | All Packages

Syntax
public void connect( PipedInputStream snk ) throws IOException
Parameters
snk
the piped output stream to connect to.
Description
Connects this piped output stream to a receiver.

Exceptions
IOException if an I/O error occurs.