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 Writer
IOException
- ?public void connect(PipedReader pipedreader) throws IOException
pipedreader
- ?IOException
- ?public void flush() throws IOException
flush
in class Writer
IOException
- ?public void write(char[] ac, int i, int j) throws IOException
write
in class Writer
ac
- ?i
- ?j
- ?IOException
- ?