readI24 method

int? readI24()

Implementation

int? readI24() {
  return bytesToNumber(readBytes(3));
}