/**
  * 
  * @return string
  */
 public function current()
 {
     $data = $this->stream->readLine();
     $this->currentLine++;
     return $data;
 }