readI16 method

int? readI16()

Implementation

int? readI16() {
  return bytesToNumber(readBytes(2));
}