Closeable
, Flushable
, Appendable
, AutoCloseable
public 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) |
flush
public EscapeHTMLWriter(Writer out)
public void write(int c) 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
public void close()
close
in interface AutoCloseable
close
in interface Closeable
close
in class FilterWriter