Closeable, Flushable, Appendable, AutoCloseablepublic class EscapeHTMLWriter extends FilterWriter
out| Constructor | Description |
|---|---|
EscapeHTMLWriter(Writer out) |
| Modifier and Type | Method | Description |
|---|---|---|
void |
close() |
Does nothing.
|
void |
write(char[] cbuf,
int off,
int len) |
|
void |
write(int c) |
|
void |
write(String str,
int off,
int len) |
flushpublic EscapeHTMLWriter(Writer out)
public void write(int c)
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 FilterWriterIOExceptionpublic void close()
close in interface AutoCloseableclose in interface Closeableclose in class FilterWriter