LZ77State.init
void init(int windowBits, int compLevel, int strat)Initialize LZ77 state.
Parameters
windowBits | Log2 of window size. |
compLevel | Compression level. |
strat | Compression strategy. |
void init(int windowBits, int compLevel, int strat)Initialize LZ77 state.
windowBits | Log2 of window size. |
compLevel | Compression level. |
strat | Compression strategy. |