toggle menu
kmp-file
0.1.1
common
switch theme
search in API
file
/
io.matthewnelson.kmp.file
/
readBytes
read
Bytes
@
JvmName
(
name
=
"readBytesFrom"
)
fun
File
.
readBytes
(
)
:
ByteArray
(
source
)
Read the full contents of the file (as bytes).
Should only be utilized for smallish files.