readInt32LE method

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

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

Implementation

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