示例#1
0
 /**
  * Initializes the instance.
  *
  * @param string $string The raw string containing the data to be read.
  */
 public function __construct($string)
 {
     parent::__construct($string);
     $this->buffer = 0;
     $this->bufferSize = 0;
 }