skip

expect open 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.

See also

Throws

if an I/O error occurs.

if this method is not supported.

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

Skips over and discards n bytes of data from this input stream.