writeAt

actual fun writeAt(offset: Long, from: ByteArray, fromOffset: Int, length: Int)

Write length bytes from from at file offset, extending the file if needed.

expect fun writeAt(offset: Long, from: ByteArray, fromOffset: Int, length: Int)

Write length bytes from from at file offset, extending the file if needed.

actual fun writeAt(offset: Long, from: ByteArray, fromOffset: Int, length: Int)

Write length bytes from from at file offset, extending the file if needed.

actual fun writeAt(offset: Long, from: ByteArray, fromOffset: Int, length: Int)

Write length bytes from from at file offset, extending the file if needed.