/**
  * retrieve the underlaying resource
  *
  * @param   int  $cast_as
  * @return  bool
  */
 public function stream_cast($cast_as)
 {
     self::recordMethodCall('stream_cast', $this->path);
     return parent::stream_cast($cast_as);
 }