TerminalReader class
TerminalReader class
Provides reading from a text stream.
The TerminalReader type exposes the following members:
Methods
| Method | Description | 
|---|---|
| read | Reads the next character from the text reader and advances the character position by one character. | 
| read | Reads a specified maximum number of characters from the current reader and writes the data to a buffer, beginning at the specified index.  | 
| read_to_end | Reads all characters from the current position to the end of the text reader and returns them as one string. | 
| read_line | Reads a line of characters from the text reader and returns the data as a string. | 
| close | Closes the TextReader and releases any system resources associated with the TextReader. | 
See Also
- module 
aspose.tex.io