gnu.regexp

Class CharIndexedInputStream

class CharIndexedInputStream extends Object implements CharIndexed

Constructor Summary
CharIndexedInputStream(InputStream str, int index)
Method Summary
charcharAt(int index)
booleanisValid()
booleanmove(int index)

Constructor Detail

CharIndexedInputStream

CharIndexedInputStream(InputStream str, int index)

Method Detail

charAt

public char charAt(int index)

isValid

public boolean isValid()

move

public boolean move(int index)