skip

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

Skips characters.

Return

The number of characters actually skipped.

Parameters

n

The number of characters to skip.

Throws

If n is negative.

If an I/O error occurs.