append

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

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

See also

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

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

See also