inflateInit2_
fn
int inflateInit2_(z_stream * strm, int windowBits, const(char) * ver, int streamSize) nothrowInitialize an inflate stream with full parameters.
Parameters
strm | Pointer to z_stream to initialize. |
windowBits | Log2 of window size. Negative for raw deflate, +16/+32 for gzip/auto. |
ver | zlib version string (for compatibility, ignored). |
streamSize | Size of z_stream structure (for compatibility). |
Returns
Z_OK on success, or an error code.