readShort method

int readShort()

Implementation

int readShort() => _getNum<int>(_byteData.getInt16, 2);