write
Description​
Write data from the given buffer.
- JavaScript
- C#
- Kotlin
write(buffer: Uint8Array, offset: number, count: number): void
void Write(Uint8Array buffer, double offset, double count)
fun write(buffer: Uint8Array, offset: Double, count: Double): Unit
Parameter | Summary |
---|---|
bufferAll | The buffer to get the data from. |
offsetAll | The offset where to start reading the data. |
countAll | The number of bytes to write |