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.
src | the stream to connect to. |
IOException | if an I/O error occurs. |
Diagram: InputStream