readInt16 method

int readInt16()

Read a 16-bit word from the stream.

Implementation

int readInt16() => uint16ToInt16(readUint16());