public class PipedWriter extends Writer
Constructor and Description |
---|
PipedWriter() |
PipedWriter(PipedReader sink) |
public PipedWriter()
public PipedWriter(PipedReader sink) throws IOException
IOException
public void close() throws IOException
close
in class Writer
IOException
public void connect(PipedReader sink) throws IOException
IOException
public void flush() throws IOException
flush
in class Writer
IOException
public void write(int ch) throws IOException
write
in class Writer
IOException
public void write(char[] buff, int offset, int count) throws IOException
Writer
write
in class Writer
IOException