Esempio n. 1
0
 public function seek($position, $whence = null)
 {
     return $this->stream->seek($position, $whence);
 }
Esempio n. 2
0
 public function seek($position, $whence = null)
 {
     $this->initializeStream();
     return $this->stream->seek($position, $whence);
 }