skip

expect abstract fun skip(byteCount: Long)

Discards byteCount bytes from this source. Throws IOException if source is exhausted before byteCount bytes can be discarded.

actual abstract fun skip(byteCount: Long)

Discards byteCount bytes from this source. Throws IOException if source is exhausted before byteCount bytes can be discarded.