CharArrayReader.skip

CharArrayReader.skip

Class Overview | Class Members | This Package | All Packages

Syntax
public long skip( long n ) throws IOException
Parameters
n
The number of characters to skip
Returns
The number of characters actually skipped
Description
Skip characters.

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