SourceTextReader Class
SourceTextReader class
Represents the SourceTextReader.
public class SourceTextReader : IDisposable
Constructors
Properties
Methods
Name | Description |
---|
advance() | Increment the position. |
advance(int) | The increment position on N |
back() | The decrement position. |
dispose() | Defines the Dispose interface. |
getLineReader(bool) | Get the SourceTextReader |
next() | Get the next character and advance position. |
peek() | Get the character on position or Character.Null |
peek(int) | Get the char. |
reset(int) | Reset position to index |
See Also