deflate
fn
int deflate(z_stream * strm, int flush) nothrowCompress 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, or an error code.