public class EscapeHTMLWriter extends FilterWriter
out| Constructor and Description |
|---|
EscapeHTMLWriter(Writer out) |
| Modifier and Type | Method and 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 close()
close in interface Closeableclose in interface AutoCloseableclose in class FilterWriterpublic void write(char[] cbuf,
int off,
int len)
throws IOException
write in class FilterWriterIOExceptionpublic void write(int c)
throws IOException
write in class FilterWriterIOExceptionpublic void write(String str, int off, int len) throws IOException
write in class FilterWriterIOException