BufferedReader.reset

BufferedReader.reset

Class Overview | Class Members | This Package | All Packages

Syntax
public void reset() throws IOException
Description
Reset the stream to the most recent mark.

Exceptions
IOException If the stream has never been marked, or if the mark has been invalidated
Overrides
reset in class Reader