write

abstract fun write(    bytes: ByteArray,     offsetInBytes: Int,     sizeInBytes: Int)

Parameters

bytes

the data to write

offsetInBytes

the start offset in data

sizeInBytes

the number of bytes to write