Finalize the zlib stream.
This causes zlib to flush any pending write data and write end-of-stream information, including the checksum. Once finish() has been called, no new data can be written to the stream.
See Implementation
Finalize the zlib stream.
This causes zlib to flush any pending write data and write end-of-stream information, including the checksum. Once finish() has been called, no new data can be written to the stream.