toggle menu
korge-root
5.1.0
common
switch theme
search in API
korge-core
/
korlibs.io.stream
/
readBytesUpTo
read
Bytes
Up
To
suspend
fun
AsyncInputStream
.
readBytesUpTo
(
out
:
ByteArray
,
offset
:
Int
,
len
:
Int
)
:
Int
suspend
fun
AsyncInputStream
.
readBytesUpTo
(
len
:
Int
)
:
ByteArray