org.metasyntactic.io
Class UnicodeEscapeWriter
java.lang.Object
|
+--java.io.Writer
|
+--org.metasyntactic.io.UnicodeEscapeWriter
- public class UnicodeEscapeWriter
- extends java.io.Writer
Fields inherited from class java.io.Writer |
lock |
Method Summary |
void |
close()
|
void |
flush()
|
static void |
main(java.lang.String[] args)
|
void |
write(char c)
|
void |
write(char[] cbuf,
int off,
int len)
|
Methods inherited from class java.io.Writer |
write, write, write, write |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UnicodeEscapeWriter
public UnicodeEscapeWriter(java.io.Writer out)
write
public void write(char[] cbuf,
int off,
int len)
throws java.io.IOException
- Specified by:
write
in class java.io.Writer
java.io.IOException
write
public void write(char c)
throws java.io.IOException
java.io.IOException
flush
public void flush()
throws java.io.IOException
- Specified by:
flush
in class java.io.Writer
java.io.IOException
close
public void close()
throws java.io.IOException
- Specified by:
close
in class java.io.Writer
java.io.IOException
main
public static void main(java.lang.String[] args)
throws java.lang.Throwable
java.lang.Throwable