StringReader.reset
Class Overview | Class Members |
This Package |
All Packages
public void reset() throws IOException
Description
Reset the stream to the most recent mark, or to the beginning of the
string if it has never been marked.
Exceptions
IOException
If an I/O error occurs
Overrides
reset in class Reader