public PipedInputStream (PipedOutputStream src) throws IOException

Creates a PipedInputStream so that it is connected to the piped output stream src. Data bytes written to src will then be available as input from this stream.

Parameters:
src    the stream to connect to.

Exceptions:
IOException    if an I/O error occurs.