wt.htmlutil
Class TemplateOutputStream.Writer

java.lang.Object
  extended byjava.io.Writer
      extended byjava.io.OutputStreamWriter
          extended bywt.htmlutil.TemplateOutputStream.Writer
Enclosing class:
TemplateOutputStream

static class TemplateOutputStream.Writer
extends OutputStreamWriter


Field Summary
 
Fields inherited from class java.io.OutputStreamWriter
 
Fields inherited from class java.io.Writer
lock
 
Constructor Summary
(package private) TemplateOutputStream.Writer(OutputStream out)
           
(package private) TemplateOutputStream.Writer(OutputStream out, String enc)
           
 
Method Summary
 void flush()
           
 void write(char[] cbuf, int off, int len)
           
 void write(int c)
           
 void write(String str, int off, int len)
           
 
Methods inherited from class java.io.OutputStreamWriter
close, getEncoding
 
Methods inherited from class java.io.Writer
write, write
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TemplateOutputStream.Writer

TemplateOutputStream.Writer(OutputStream out,
                            String enc)
                      throws UnsupportedEncodingException

TemplateOutputStream.Writer

TemplateOutputStream.Writer(OutputStream out)
Method Detail

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