writeUIntBE method

int writeUIntBE(
  1. num value,
  2. int offset,
  3. int byteLength, [
  4. bool noAssert,
])

Writes byteLength bytes of value at the specified offset. Supports up to 48 bits of accuracy.

Implementation

external int writeUIntBE(num value, int offset, int byteLength,
    [bool noAssert]);