write

suspend fun AsyncFs.write(file: File, excl: OpenExcl?, appending: Boolean, data: Buffer)(source)
inline suspend fun AsyncFs.write(file: File, excl: OpenExcl?, data: Buffer)(source)

An asynchronous version of io.matthewnelson.kmp.file.write.

See also

suspend fun AsyncFs.write(file: File, excl: OpenExcl?, appending: Boolean, src: ByteBuffer): Int(source)
inline suspend fun AsyncFs.write(file: File, excl: OpenExcl?, src: ByteBuffer): Int(source)

An asynchronous version of io.matthewnelson.kmp.file.write.

See also