|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--java.io.Reader
|
+--java.io.FilterReader
|
+--com.go.trove.io.PositionReader
|
+--com.go.tea.io.PositionReader
|
+--com.go.tea.io.EscapeReader
|
+--com.go.tea.io.TagReader
| Fields inherited from class com.go.tea.io.EscapeReader |
mEscapesEnabled, mSource |
| Fields inherited from class com.go.trove.io.PositionReader |
mPosition, mPosReader |
| Fields inherited from class java.io.FilterReader |
in |
| Fields inherited from class java.io.Reader |
lock |
| Constructor Summary | |
TagReader(java.io.Reader source,
java.lang.String[] tags,
int[] codes)
Deprecated. |
|
| Method Summary | |
static void |
main(java.lang.String[] arg)
Deprecated. |
int |
read()
Deprecated. |
| Methods inherited from class com.go.tea.io.EscapeReader |
getNextPosition, getOriginalSource, isEscapesEnabled, setEscapesEnabled |
| Methods inherited from class com.go.trove.io.PositionReader |
close, read |
| Methods inherited from class java.io.FilterReader |
mark, markSupported, ready, reset, skip |
| Methods inherited from class java.io.Reader |
read |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public TagReader(java.io.Reader source,
java.lang.String[] tags,
int[] codes)
| Method Detail |
public int read()
throws java.io.IOException
read in class PositionReader
public static void main(java.lang.String[] arg)
throws java.lang.Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||