_data = $data; } /** * Return the byte stream * * @return string */ public function getData() { return $this->_data; } }