ObjectInputStream.skipBytes
Class Overview | Class Members |
This Package |
All Packages
public int skipBytes( int len ) throws IOException
Parameters
- n
- the number of bytes to be skipped
Returns
the actual number of bytes skipped.
Description
Skips bytes, block until all bytes are skipped.
Exceptions
EOFException
If end of file is reached.
Exceptions
IOException
If other I/O error has occurred.