Ejemplo n.º 1
0
 /**
  * Repositions this stream to the position at the time the mark method was last called on this input stream.
  * @throws IOException - if the underlying stream doesn't support this method.
  */
 public function reset()
 {
     $this->inStream->reset();
 }