Class Uint8ArrayReader

Represents a Reader instance used to read data provided as a Uint8Array instance.

Hierarchy (view full)

  • Reader<Uint8Array>
    • Uint8ArrayReader

Constructors

Properties

Methods

Constructors

Properties

readable: ReadableStream<any>

The ReadableStream instance.

size: number

The total size of the data in bytes.

Methods

  • Initializes the instance asynchronously

    Returns Promise<void>

  • Reads a chunk of data

    Parameters

    • index: number

      The byte index of the data to read.

    • length: number

      The length of the data to read in bytes.

    Returns Promise<Uint8Array>

    A promise resolving to a chunk of data.

Generated using TypeDoc