public function dispose()
 {
     $this->stream->dispose();
 }
Exemple #2
0
 public function dispose()
 {
     $this->initializeStream();
     $this->stream->dispose();
 }