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