skip

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

actual abstract fun skip(byteCount: Long)
actual abstract fun skip(byteCount: Long)