writeData

open suspend override fun writeData(outputSink: <Error class: unknown class>, dataSource: <Error class: unknown class>): Long

Writes the data contained on dataSource into the provided outputSink

Return

the number of bytes written

Parameters

outputSink

the data sink used to write the data from dataSource

dataSource

the data source that kaliumFileSystem will read from to write the data to the outputSink