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, flushpublic JavaWriter(Writer out)
public void write(int b)
throws IOException
write in class FilterWriterIOExceptionpublic void write(char[] cbuf,
int off,
int len)
throws IOException
write in class FilterWriterIOExceptionpublic void write(String str, int off, int len) throws IOException
write in class FilterWriterIOException