gnu.regexp
Class CharIndexedInputStream
java.lang.Object
gnu.regexp.CharIndexedInputStream
- All Implemented Interfaces:
- CharIndexed
- class CharIndexedInputStream
- extends Object
- implements CharIndexed
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OUT_OF_BOUNDS
public static final char OUT_OF_BOUNDS
- See Also:
- Constant Field Values
CharIndexedInputStream
CharIndexedInputStream(InputStream str,
int index)
charAt
public char charAt(int index)
- Specified by:
charAt in interface CharIndexed
move
public boolean move(int index)
- Specified by:
move in interface CharIndexed
isValid
public boolean isValid()
- Specified by:
isValid in interface CharIndexed