binary-streams / loggersoft.kotlin.streams / StreamInput / skip

skip

abstract fun skip(bytes: Long): Long

Skips bytes in the stream.

Return
actual skipped bytes or -1 if fails.