ObjectInput.skip
Interface Overview | Interface Members |
This Package |
All Packages
public abstract long skip( long n ) throws IOException
Parameters
- n
- the number of bytes to be skipped
Returns
the actual number of bytes skipped.
Description
Skips n bytes of input.
Exceptions
IOException
If an I/O error has occurred.