|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.io.Reader | +--com.bluemarsh.jswat.parser.UnicodePreprocessor
Fields inherited from class java.io.Reader |
lock |
Constructor Summary | |
UnicodePreprocessor(java.io.PushbackReader in)
|
Method Summary | |
void |
close()
|
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 |
Constructor Detail |
public UnicodePreprocessor(java.io.PushbackReader in)
Method Detail |
public int read() throws java.io.IOException
read
in class java.io.Reader
public int read(char[] cbuf, int off, int len) throws java.io.IOException
read
in class java.io.Reader
public void close()
close
in class java.io.Reader
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |