skip

open override fun skip(n: Long): Long(source)

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.

Throws

if an I/O error occurs.