A TextReader implementation that reads from a string.
Creates a new FtStringReader.
The string to read from.
Closes the FtStringReader and releases resources.
Reads the next character from the string and advances the character position by one.
The character read as a number (charCode), or -1 if the end of the string has been reached.
A TextReader implementation that reads from a string.