public class PipedWriter extends Writer
| Constructor and Description | 
|---|
| PipedWriter()PipedWriter | 
| PipedWriter(PipedReader pipedreader)PipedWriter | 
| Modifier and Type | Method and Description | 
|---|---|
| void | close() | 
| void | connect(PipedReader pipedreader) | 
| void | flush() | 
| void | write(char[] ac,
     int i,
     int j) | 
public PipedWriter()
public PipedWriter(PipedReader pipedreader) throws IOException
pipedreader - ?IOException - ?public void close()
           throws IOException
close in class WriterIOException - ?public void connect(PipedReader pipedreader) throws IOException
pipedreader - ?IOException - ?public void flush()
           throws IOException
flush in class WriterIOException - ?public void write(char[] ac,
                  int i,
                  int j)
           throws IOException
write in class Writerac - ?i - ?j - ?IOException - ?