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
/
AsyncFs
/
appendAsync
append
Async
jsWasmJs
jvm
inline suspend
fun
File
.
appendAsync
(
excl
:
OpenExcl
?
,
data
:
Buffer
)
(
source
)
Syntactic sugar. To be used with
AsyncFs.with
.
See also
with
append
inline suspend
fun
File
.
appendAsync
(
excl
:
OpenExcl
?
,
src
:
ByteBuffer
)
:
Int
(
source
)
Syntactic sugar. To be used with
AsyncFs.with
.
See also
with
append