CheckedInputStream.skip
Class Overview | Class Members |
This Package |
All Packages
public long skip( long n ) throws IOException
Parameters
- n
- the number of bytes to skip
Returns
the actual number of bytes skipped
Description
Skips specified number of bytes of input.
Exceptions
IOException
if an I/O error has occurred
Overrides
skip in class FilterInputStream