org.metasyntactic.io
Class UnicodeEscapeReader
java.lang.Object
|
+--java.io.Reader
|
+--org.metasyntactic.io.UnicodeEscapeReader
- public class UnicodeEscapeReader
- extends java.io.Reader
Fields inherited from class java.io.Reader |
lock |
Method Summary |
void |
close()
|
static void |
main(java.lang.String[] args)
|
int |
read()
|
int |
read(char[] cbuf,
int off,
int len)
|
Methods inherited from class java.io.Reader |
mark, markSupported, read, ready, reset, skip |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UnicodeEscapeReader
public UnicodeEscapeReader(java.io.Reader in)
- Creates new UnicodeEscapeReader
close
public void close()
throws java.io.IOException
- Specified by:
close
in class java.io.Reader
java.io.IOException
read
public int read(char[] cbuf,
int off,
int len)
throws java.io.IOException
- Specified by:
read
in class java.io.Reader
java.io.IOException
read
public int read()
throws java.io.IOException
- Overrides:
read
in class java.io.Reader
java.io.IOException
main
public static void main(java.lang.String[] args)
throws java.lang.Throwable
java.lang.Throwable