2declare(strict_types=1);
24 $this->removeDeflateFilter();
26 $this->addDeflateFilter($this->options);
28 rewind($this->stream);
42 stream_filter_remove($this->filter);
60 'deflateLevel' =>
$options->getDeflateLevel(),
63 $this->filter = stream_filter_append(
An exception for terminatinating execution or to throw for unit testing.
removeDeflateFilter()
Remove the deflate filter.
addDeflateFilter(Option\File $options)
Add a deflate filter.