Example #1
0
 public function total()
 {
     if (isset($this->estimatedSize)) {
         return $this->estimatedSize;
     }
     return $this->estimatedSize = $this->blockStream->estimatedSize();
 }