Reader.skip
Class Overview | Class Members |
This Package |
All Packages
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. This method will block until some characters are
available, an I/O error occurs, or the end of the stream is reached.
Exceptions
IOException
If an I/O error occurs