DeflateState.init
void init(int lvl, int mthd, int wBits, int mLvl, int strat)Initialize the deflate state.
Parameters
lvl | Compression level. |
mthd | Compression method. |
wBits | Window bits. |
mLvl | Memory level. |
strat | Compression strategy. |
void init(int lvl, int mthd, int wBits, int mLvl, int strat)Initialize the deflate state.
lvl | Compression level. |
mthd | Compression method. |
wBits | Window bits. |
mLvl | Memory level. |
strat | Compression strategy. |