Method | Description | |
---|---|---|
Append ( char c ) : void |
Append a character to the buffer
|
|
Clear ( ) : void |
Reset (clear) the buffer
|
|
ForgetThePast ( ) : void |
Remove characters from the buffer before the current character
|
|
Next ( ) : void |
Move to the next character
|
|
Rewind ( ) : void |
Rewind the buffer
|