read
Description​
Reads the given number of bytes from the stream into the given buffer.
- JavaScript
- C#
- Kotlin
read(buffer: Uint8Array, offset: number, count: number): number
double Read(Uint8Array buffer, double offset, double count)
fun read(buffer: Uint8Array, offset: Double, count: Double): Double
Parameter | Summary |
---|---|
bufferAll | The buffer to fill. |
offsetAll | The offset in the buffer where to start writing. |
countAll | The number of bytes to read. |