readUInt16LE method

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

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

Implementation

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