deflateEnd
fn
int deflateEnd(z_stream * strm) nothrowFree deflate state and resources.
Parameters
strm | Pointer to z_stream. |
Returns
Z_OK on success, or an error code.
int deflateEnd(z_stream * strm) nothrowFree deflate state and resources.
strm | Pointer to z_stream. |