Package java.io
Interface ObjectInput

Public Method skip

abstract int skip(int num_bytes)

Throws:

_INSERT_METHOD_SIGNATURE_HERE_

Description:

Skips n bytes of input. Retuns the actual number of bytes skipped.