flush()
Finish the compression process, returning a bytes
object containing any data stored in the compressor’s internal buffers.
The compressor cannot be used after this method has been called.
flush()
Finish the compression process, returning a bytes
object containing any data stored in the compressor’s internal buffers.
The compressor cannot be used after this method has been called.
Please login to continue.