readValue method

int readValue()

Implementation

int readValue() {
  p.offset = valueOffset!;
  return _readValue();
}