/**
  * Whether the attached stream supports mark/reset.
  * @return boolean
  */
 public function markSupported()
 {
     return $this->inStream->markSupported();
 }