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 WriterIOException - ?public void flush()
throws IOException
flush in class WriterIOException - ?public void write(int i)
throws IOException
write in class Writeri - ?IOException - ?public void write(String s, int i, int j) throws IOException
write in class Writers - ?i - ?j - ?IOException - ?public void write(char[] ac,
int i,
int j)
throws IOException
write in class Writerac - ?i - ?j - ?IOException - ?