compress(data)
Provide data to the compressor object. Returns a chunk of compressed data if possible, or an empty byte string otherwise.
When you have finished providing data to the compressor, call the flush()
method to finish the compression process.
Please login to continue.