private static class Utility.JavaWriter extends FilterWriter
out
Constructor and Description |
---|
JavaWriter(Writer out) |
Modifier and Type | Method and Description |
---|---|
void |
write(char[] cbuf,
int off,
int len) |
void |
write(int b) |
void |
write(String str,
int off,
int len) |
close, flush
public JavaWriter(Writer out)
public void write(int b) throws IOException
write
in class FilterWriter
IOException
public void write(char[] cbuf, int off, int len) throws IOException
write
in class FilterWriter
IOException
public void write(String str, int off, int len) throws IOException
write
in class FilterWriter
IOException