write

expect abstract fun write(source: MPPBuffer, targetByteOffset: Int = 0, sourceByteOffset: Int = 0, byteLength: Int = source.capacity())(source)
abstract fun write(data: FloatArray, offsetBytes: Int, floatCount: Int)(source)
abstract fun write(data: Float32Array, offsetBytes: Int, floatCount: Int)(source)
actual abstract fun write(source: MPPBuffer, targetByteOffset: Int, sourceByteOffset: Int, byteLength: Int)(source)
abstract fun write(data: ByteBuffer, offsetInBytes: Int = 0)(source)
actual abstract fun write(source: MPPBuffer, targetByteOffset: Int, sourceByteOffset: Int, byteLength: Int)(source)