wt.htmlutil
Class TemplateOutputStream.Writer
java.lang.Object
java.io.Writer
java.io.OutputStreamWriter
wt.htmlutil.TemplateOutputStream.Writer
- Enclosing class:
- TemplateOutputStream
- static class TemplateOutputStream.Writer
- extends OutputStreamWriter
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TemplateOutputStream.Writer
TemplateOutputStream.Writer(OutputStream out,
String enc)
throws UnsupportedEncodingException
TemplateOutputStream.Writer
TemplateOutputStream.Writer(OutputStream out)
write
public void write(int c)
write
public void write(char[] cbuf,
int off,
int len)
throws IOException
- Throws:
IOException
write
public void write(String str,
int off,
int len)
throws IOException
- Throws:
IOException
flush
public void flush()
throws IOException
- Throws:
IOException