Kewt
Toggle table of contents
common
native
Target filter
common
native
Switch theme
Search in API
Skip to content
Kewt
kewt-platform
/
dev.kewt.platform
/
PlatformIO
/
readBytes
read
Bytes
common
native
expect
fun
readBytes
(
buffer
:
ByteArray
,
maxLen
:
Int
)
:
Int
(
source
)
Reads up to
maxLen
bytes into the provided
buffer
.
Return
The number of bytes actually read.
actual
fun
readBytes
(
buffer
:
ByteArray
,
maxLen
:
Int
)
:
Int
(
source
)
Reads up to
maxLen
bytes into the provided
buffer
.
Return
The number of bytes actually read.