Skip to main content

read

Description​

Reads the given number of bytes from the stream into the given buffer.

read(buffer: Uint8Array, offset: number, count: number): number
ParameterSummary
bufferAll

The buffer to fill.

offsetAll

The offset in the buffer where to start writing.

countAll

The number of bytes to read.