Solutions
Multiplatform
Server-side
Data science
Android
Docs
Community
Teach
Play
Playground
Examples
Koans
kotlinx-io
Toggle table of contents
0.7.0
common
Platform filter
common
Switch theme
Search in API
kotlinx-io
kotlinx-io-core
/
kotlinx.io
/
Buffer
/
skip
skip
open
override
fun
skip
(
byteCount
:
Long
)
(
source
)
Discards
byteCount
bytes from the head of this buffer.
Throws
Illegal
Argument
Exception
when
byteCount
is negative.