korlibs
Toggle table of contents
6.1.0-SNAPSHOT
common
Target filter
common
Switch theme
Search in API
Skip to content
korlibs
korlibs-io-stream
/
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