kmp-file
Toggle table of contents
0.6.0
jsWasmJs
jvm
Target filter
jsWasmJs
jvm
Switch theme
Search in API
Skip to content
kmp-file
async
/
io.matthewnelson.kmp.file.async
/
read
read
jsWasmJs
jvm
suspend
fun
AsyncFs
.
read
(
file
:
File
)
:
Buffer
(
source
)
An asynchronous version of
io.matthewnelson.kmp.file.read
.
See also
with
AsyncFs.
readAsync
read
suspend
fun
AsyncFs
.
read
(
file
:
File
)
:
ByteBuffer
(
source
)
An asynchronous version of
io.matthewnelson.kmp.file.read
.
See also
with
AsyncFs.
readAsync
read