Interface for reading characters from a text source. Mirrors .NET's TextReader for compatibility with C# implementation.
Reads the next character from the text reader and advances the character position by one character.
The character read as a number (charCode), or -1 if the end of the text has been reached.
Interface for reading characters from a text source. Mirrors .NET's TextReader for compatibility with C# implementation.