com.memoire.re
Class RECharIndexedInputStream

java.lang.Object
com.memoire.re.RECharIndexedInputStream
- All Implemented Interfaces:
- RECharIndexed
- class RECharIndexedInputStream
- extends java.lang.Object
- implements RECharIndexed
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BUFFER_INCREMENT
private static final int BUFFER_INCREMENT
- See Also:
- Constant Field Values
br
private java.io.BufferedInputStream br
m_index
private int m_index
m_end
private int m_end
m_bufsize
private int m_bufsize
cached
private char cached
OUT_OF_BOUNDS
public static final char OUT_OF_BOUNDS
- See Also:
- Constant Field Values
RECharIndexedInputStream
RECharIndexedInputStream(java.io.InputStream str,
int index)
next
private boolean next()
charAt
public char charAt(int index)
- Specified by:
charAt in interface RECharIndexed
move
public boolean move(int index)
- Specified by:
move in interface RECharIndexed
isValid
public boolean isValid()
- Specified by:
isValid in interface RECharIndexed