readIntLE method

int readIntLE(
  1. int offset,
  2. int byteLength,
  3. [bool noAssert]
)

Reads byteLength number of bytes from this buffer at the specified offset and interprets the result as a two's complement signed value.

Supports up to 48 bits of accuracy.

Implementation

external int readIntLE(int offset, int byteLength, [bool noAssert]);