Save This Page
Home » apache-tomcat-6.0.16-src » org.apache » jasper » compiler » [javadoc | source]
org.apache.jasper.compiler
public class: EscapeUnicodeWriter [javadoc | source]
java.lang.Object
   java.io.Writer
      org.apache.jasper.compiler.EscapeUnicodeWriter

All Implemented Interfaces:
    Closeable, Flushable, Appendable

Used to escape unicode characters with \ u's.
Constructor:
 public EscapeUnicodeWriter(OutputStream out) 
Method from org.apache.jasper.compiler.EscapeUnicodeWriter Summary:
close,   flush,   write
Methods from java.io.Writer:
append,   append,   append,   append,   append,   append,   close,   flush,   write,   write,   write,   write,   write
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.jasper.compiler.EscapeUnicodeWriter Detail:
 public  void close() throws IOException 
 public  void flush() throws IOException 
 public  void write(char[] buf,
    int off,
    int len) throws IOException