Exemplo n.º 1
0
 /**
  * {@inheritdoc}
  */
 public function tell()
 {
     if (!$this->initialized) {
         return 0;
     }
     return $this->stream !== null ? $this->stream->tell() : false;
 }
Exemplo n.º 2
0
 /**
  * {@inheritdoc}
  */
 public function tell()
 {
     return $this->stream->tell() - $this->offset;
 }