FilterReader.mark

FilterReader.mark

Class Overview | Class Members | This Package | All Packages

Syntax
public void mark( int readAheadLimit ) throws IOException
Description
Mark the present position in the stream.

Exceptions
IOException If an I/O error occurs
Overrides
mark in class Reader