net.cscott.sinjdoc.lexer
public class EscapedUnicodeReader extends FilterReader
EscapedUnicodeReader will do substitution of "backslash-u"
unicode escape sequences.
| Constructor Summary | |
|---|---|
| EscapedUnicodeReader(Reader in) | |
| Method Summary | |
|---|---|
| boolean | markSupported() |
| int | read() |
| int | read(char[] cbuf, int off, int len) |
| boolean | ready() |