getUint16 method

int getUint16()

Implementation

int getUint16() {
  offset += 2;
  return data.getUint16(offset - 2, endian);
}