data as $algo) { $bytes .= chr($algo); } return $bytes; } function read() { $this->data = array(); while(strlen($this->input) > 0) { $this->data[] = ord($this->read_byte()); } } }