readInt16LE method

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

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

Implementation

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