readUIntLE method

int readUIntLE(
  1. int offset,
  2. int byteLength, [
  3. bool noAssert
])

Reads byteLength number of bytes from this buffer at the specified offset and interprets the result as an unsigned integer.

Supports up to 48 bits of accuracy.

Implementation

external int readUIntLE(int offset, int byteLength, [bool noAssert]);