public class EscapeHTMLWriter
extends java.io.FilterWriter
| コンストラクタ | 説明 |
|---|---|
EscapeHTMLWriter(java.io.Writer out) |
| 修飾子とタイプ | メソッド | 説明 |
|---|---|---|
void |
close() |
Does nothing.
|
void |
write(char[] cbuf,
int off,
int len) |
|
void |
write(int c) |
|
void |
write(java.lang.String str,
int off,
int len) |
public void write(int c)
throws java.io.IOException
write クラス内 java.io.FilterWriterjava.io.IOExceptionpublic void write(char[] cbuf,
int off,
int len)
throws java.io.IOException
write クラス内 java.io.FilterWriterjava.io.IOExceptionpublic void write(java.lang.String str,
int off,
int len)
throws java.io.IOException
write クラス内 java.io.FilterWriterjava.io.IOExceptionpublic void close()
close クラス内 java.io.FilterWriter