readIntBE method

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