public abstract class FilterWriter extends Writer
| Modifier | Constructor | Description |
|---|---|---|
protected |
FilterWriter(Writer var0) |
| Modifier and Type | Method | Description |
|---|---|---|
void |
close() |
|
void |
flush() |
|
void |
write(char[] var0,
int var1,
int var2) |
protected Writer out
protected FilterWriter(Writer var0)
public void close()
throws IOException
close in class WriterIOExceptionpublic void flush()
throws IOException
flush in class WriterIOExceptionpublic void write(char[] var0,
int var1,
int var2)
throws IOException
write in class WriterIOException