skip
Skips over and discards n bytes of data from this input stream.
Return
the actual number of bytes skipped.
Since
0.1.0
Parameters
n
the number of bytes to be skipped.
See also
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.0
the number of bytes to be skipped.
if an I/O error occurs.
if this method is not supported.