Author :
Janek
Date :
2017-06-28 16:32:28
Hash :58f5c37f Message :Python: Decompressor: Streaming decompression support (#546)
python-brotli has Compressor for streaming compression but nothing for
streaming decompression.
This is a straight-forward copy of the Compressor code into the new
class Decompressor.