DynamicBuffer.readInto()
Copies the current value into the provided array. Throws if there is insufficient space.
Definition
function readInto(target: Uint8Array): void;
Parameters
target
Copies the current value into the provided array. Throws if there is insufficient space.
function readInto(target: Uint8Array): void;
target