Interface AsyncUint8ArrayBlock

Read result when AsyncUint8ArrayIterator.next() succeeds.

Hierarchy

  • AsyncUint8ArrayBlock

Properties

Properties

buffer: Uint8Array

The value read from source

offset: number

The absolute offset in source that buffer was read from. This will be in range [0, source.byteLength]

The input object that has provided the data from some external mechanism

Generated using TypeDoc