DynamicBuffer.write()

Adds bytes to the end of the current value.

Definition

function write(bytes: Uint8Array): void;

Parameters

  • bytes