inflateInit2_

fnint inflateInit2_(z_stream * strm, int windowBits, const(char) * ver, int streamSize) nothrow

Initialize an inflate stream with full parameters.

Parameters

strmPointer to z_stream to initialize.
windowBitsLog2 of window size. Negative for raw deflate, +16/+32 for gzip/auto.
verzlib version string (for compatibility, ignored).
streamSizeSize of z_stream structure (for compatibility).

Returns

Z_OK on success, or an error code.