regexp
Class CharIndexedInputStream
java.lang.Object
|
+--regexp.CharIndexedInputStream
- class CharIndexedInputStream
- extends Object
- implements CharIndexed
Methods inherited from class java.lang.Object |
,
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
registerNatives,
toString,
wait,
wait,
wait |
BUFFER_INCREMENT
private static final int BUFFER_INCREMENT
br
private BufferedInputStream br
m_index
private int m_index
m_end
private int m_end
m_bufsize
private int m_bufsize
cached
private char cached
CharIndexedInputStream
CharIndexedInputStream(InputStream str,
int index)
next
private boolean next()
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
From the Biter project.