inflate
fn
int inflate(z_stream * strm, int flush) nothrowDecompress data.
Parameters
strm | Pointer to z_stream with input/output buffers set. |
flush | Flush mode. |
Returns
Z_OK on success, Z_STREAM_END when finished, Z_NEED_DICT if dictionary required, or an error code.