Parsed: 112193

  public function readByte() { //  8-bit
    return ord(substr($this->bytes, $this->pos++, 1));
  }