PipedOutputStream.connect
Class Overview | Class Members |
This Package |
All Packages
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.