inflateInit

fnint inflateInit(z_stream * strm) nothrow

Basic inflate initialization with default parameters.

Parameters

strmPointer to z_stream.

Returns

Z_OK on success, or an error code.