skip
Skips over and discards n bytes of data from this input stream.
Return
the actual number of bytes skipped.
Since
0.1.1
Parameters
n
the number of bytes to be skipped.
Throws
if an I/O error occurs.
if this method is not supported.
Skips over and discards n bytes of data from this input stream.
the actual number of bytes skipped.
0.1.1
the number of bytes to be skipped.
if an I/O error occurs.
if this method is not supported.