harpoon.Tools.Annotation.Lex
Class EscapedUnicodeReader
java.lang.Object
|
+--java.io.Reader
|
+--java.io.FilterReader
|
+--harpoon.Tools.Annotation.Lex.EscapedUnicodeReader
- public class EscapedUnicodeReader
- extends FilterReader
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EscapedUnicodeReader
public EscapedUnicodeReader(Reader in)
read
public int read()
throws IOException
- Overrides:
read
in class FilterReader
IOException
read
public int read(char[] cbuf,
int off,
int len)
throws IOException
- Overrides:
read
in class FilterReader
IOException
markSupported
public boolean markSupported()
- Overrides:
markSupported
in class FilterReader
ready
public boolean ready()
throws IOException
- Overrides:
ready
in class FilterReader
IOException