Overview | This Package | All Packages
| Constructors | Description |
| StringReader | Creates a StringReader object. |
| Methods | Description |
| close | Closes this StringReader object. |
| peek | Retrieves the next available character without actually reading it from the underlying string. |
| read | Reads the next character from the underlying string. |
| readLine | Reads a line. |