public abstract class FilterWriter extends Writer
Modifier | Constructor and Description |
---|---|
protected |
FilterWriter(Writer writer)
FilterWriter
|
Modifier and Type | Method and Description |
---|---|
void |
close() |
void |
flush() |
void |
write(char[] ac,
int i,
int j) |
void |
write(int i) |
void |
write(String s,
int i,
int j) |
protected Writer out
protected FilterWriter(Writer writer)
writer
- ?public void close() throws IOException
close
in class Writer
IOException
- ?public void flush() throws IOException
flush
in class Writer
IOException
- ?public void write(int i) throws IOException
write
in class Writer
i
- ?IOException
- ?public void write(String s, int i, int j) throws IOException
write
in class Writer
s
- ?i
- ?j
- ?IOException
- ?public void write(char[] ac, int i, int j) throws IOException
write
in class Writer
ac
- ?i
- ?j
- ?IOException
- ?