public abstract class FilterWriter extends Writer
Modifier | Constructor and Description |
---|---|
protected |
FilterWriter(Writer var0) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
void |
flush() |
void |
write(char[] var0,
int var1,
int var2) |
void |
write(int var0) |
void |
write(String var0,
int var1,
int var2) |
protected Writer out
protected FilterWriter(Writer var0)
public void close() throws IOException
close
in class Writer
IOException
public void flush() throws IOException
flush
in class Writer
IOException
public void write(char[] var0, int var1, int var2) throws IOException
write
in class Writer
IOException
public void write(int var0) throws IOException
write
in class Writer
IOException
public void write(String var0, int var1, int var2) throws IOException
write
in class Writer
IOException
Copyright © 2006–2019 OSGi Alliance. All rights reserved.