readUInt32LE method

num readUInt32LE(
  1. int offset,
  2. [bool noAssert]
)

Reads a unsigned 32-bit integer from this buffer at the specified offset with specified endian format.

Implementation

external num readUInt32LE(int offset, [bool noAssert]);