ObjectInput.skip

Skips n bytes of input. @param n the number of bytes to be skipped @return the actual number of bytes skipped. @exception IOException If an I/O error has occurred.

interface ObjectInput
long
skip
(
long n
)

Meta