readByte method

int readByte()

Read a single byte.

Implementation

int readByte() {
  return buffer[offset++];
}