java.lang.Object java.io.Writer java.io.PipedWriter
public void close() throws IOException
public void connect(PipedReader snk) throws IOException
public void flush() throws IOException
public PipedWriter()
connect(java.io.PipedReader)
PipedReader.connect(java.io.PipedWriter)
public PipedWriter(PipedReader snk) throws IOException
public void write(char[] cbuf, int off, int len) throws IOException
public void write(int c) throws IOException