readUInt16 method

int readUInt16()

Implementation

int readUInt16() => (readByte() << 8) + readByte();