inflateReset
fn
int inflateReset(z_stream * strm) nothrowReset inflate stream to initial state.
Parameters
strm | Pointer to z_stream. |
Returns
Z_OK on success, or an error code.
int inflateReset(z_stream * strm) nothrowReset inflate stream to initial state.
strm | Pointer to z_stream. |