Ejemplo n.º 1
0
 /**
  * Marks the current position in this input stream.
  * @throws IOException - if the underlying stream doesn't support this method.
  */
 public function mark()
 {
     $this->inStream->mark();
 }