Overview | This Package | All Packages
| Methods | Description |
| close | Closes this Reader object and releases any system resources associated with the reader. |
| peek | Retrieves the next available character from the input stream without actually reading it. |
| read | Reads the next character from the input stream. |
| readLine | Reads a line. |