nextU8 method

int nextU8()

Implementation

int nextU8() {
  return nextBytes(1).first;
}