readUIntLE method
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]);