Method | Description | |
---|---|---|
FreeBefore ( int pos ) : void |
Call this to notify us that no chars before this absolute position are needed anymore.
|
|
Get ( int posStart, int length ) : char[] | ||
Get ( int pos ) : int | ||
Reset ( |
Clear array and switch to new reader.
|
Method | Description | |
---|---|---|
GetIndex ( int pos ) : int | ||
InBounds ( int pos ) : bool |
public Get ( int posStart, int length ) : char[] | ||
posStart | int | |
length | int | |
return | char[] |
public Reset ( |
||
reader | ||
return | void |