ZLibDecoder constructor

ZLibDecoder(
{int windowBits: ZLibOption.DEFAULT_WINDOW_BITS,
List<int> dictionary: null,
bool raw: false}
)