inflateReset

fnint inflateReset(z_stream * strm) nothrow

Reset inflate stream to initial state.

Parameters

strmPointer to z_stream.

Returns

Z_OK on success, or an error code.