read

suspend fun AsyncFs.read(file: File): Buffer(source)

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

See also

suspend fun AsyncFs.read(file: File): ByteBuffer(source)

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

See also