DynamicBuffer.readInto()

Copies the current value into the provided array. Throws if there is insufficient space.

Definition

function readInto(target: Uint8Array): void;

Parameters

  • target