toggle menu
kotlinx-io
0.3.2
common
switch theme
search in API
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.