Méthode | Description | |
---|---|---|
CharBuffer ( [ value ) : System |
Initializes a new instance of the T:CharBuffer class.
|
|
Consume ( ) : void |
Consumes the next character.
|
|
Keep ( ) : void | ||
La ( int count ) : char |
Performs a look-ahead.
|
|
Mark ( ) : void |
Marks the current _position.
|
|
Restore ( ) : void |
Méthode | Description | |
---|---|---|
GetMark ( ) : string |
public CharBuffer ( [ value ) : System | ||
value | [ | The _value. |
Résultat | System |
public La ( int count ) : char | ||
count | int | The number of character to look ahead. |
Résultat | char |