Package java.io
Class PipedWriter

Public Constructor PipedWriter

PipedWriter()

PipedWriter(PipedReader sink)

Throws:

_INSERT_METHOD_SIGNATURE_HERE_

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.