Implements a zlib compression or decompression process.
Signal end of input and flush.
Initialize zlib.
Process one chunk of data.
Process all input.
Process input and return output as a single contiguous Data.
See Implementation
Implements a zlib compression or decompression process.