toggle menu
korge-root
5.1.0
common
switch theme
search in API
korge-core
/
korlibs.io.stream
/
sliceWithSize
slice
With
Size
suspend
fun
AsyncStream
.
sliceWithSize
(
start
:
Long
,
length
:
Long
,
closeParent
:
Boolean
=
false
)
:
AsyncStream
suspend
fun
AsyncStream
.
sliceWithSize
(
start
:
Int
,
length
:
Int
,
closeParent
:
Boolean
=
false
)
:
AsyncStream
fun
SyncStream
.
sliceWithSize
(
position
:
Long
,
length
:
Long
)
:
SyncStream
fun
SyncStream
.
sliceWithSize
(
position
:
Int
,
length
:
Int
)
:
SyncStream