DecompressRange._primeOutput

void _primeOutput()

Produce output by feeding source data to compressor.

Note

This method allocates a new buffer (via .dup) on every call to

popFront() that produces output. This is a known performance limitation. For high-performance streaming scenarios, consider using the Compressor interface directly with a pre-allocated output buffer and output sink.