Package java.io
Class PipedReader
Description:
constructor PipedReader():
This method constructs a PipedReader so that it is not yet connected. It must be connected to a PipedWriter before being used.
constructor PipedReader(PipedWriter source):
This method constructs a PipedReader so that is connected to the piped writer source. Data written to source will then be available as input from this stream.