net.cscott.sinjdoc.lexer

Class EscapedUnicodeReader

public class EscapedUnicodeReader extends FilterReader

EscapedUnicodeReader will do substitution of "backslash-u" unicode escape sequences.

Author: C. Scott Ananian (cscott@cscott.net)

Constructor Summary
EscapedUnicodeReader(Reader in)
Method Summary
booleanmarkSupported()
intread()
intread(char[] cbuf, int off, int len)
booleanready()

Constructor Detail

EscapedUnicodeReader

public EscapedUnicodeReader(Reader in)

Method Detail

markSupported

public boolean markSupported()

read

public int read()

read

public int read(char[] cbuf, int off, int len)

ready

public boolean ready()
Copyright © 2003 C. Scott Ananian