readUInt16 method

int readUInt16()

Implementation

int readUInt16() => _requireBytes(
  2, () => bytes.getUint16((offset += 2) - 2, Endian.little),
);