skip

common
abstract fun skip(byteCount: Long)

Reads and discards byteCount bytes from this source. Throws an java.io.EOFException if the source is exhausted before the requested bytes can be skipped.

abstract fun skip(byteCount: Long)