readUInt32BE method

num readUInt32BE(
  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 readUInt32BE(int offset, [bool noAssert]);