Méthode | Description | |
---|---|---|
Peek ( ) : int | ||
Read ( ) : int | ||
Read ( char buffer, int index, int count ) : int | ||
RopeTextReader ( Rope |
Creates a new RopeTextReader. Internally, this method creates a Clone of the rope; so the text reader will always read through the old version of the rope if it is modified. Rope{T}.Clone()
|
Méthode | Description | |
---|---|---|
GoToLeftMostLeaf ( ) : void | ||
GoToNextNode ( ) : void |
public Read ( char buffer, int index, int count ) : int | ||
buffer | char | |
index | int | |
count | int | |
Résultat | int |
public RopeTextReader ( Rope |
||
rope | Rope |
|
Résultat | System |