ursus
okio
ktor
ByteReadChannel
<http://kotlinx.io|kotlinx.io>
Source/Sink
jw
val sink = FileSystem.SYSTEM.sink(path).buffer() try { // suspending work here } finally { sink.close() }
FileSystem
A modern programming language that makes developers happier.