ZLibCodec constructor

ZLibCodec(
  1. {int level = ZLibOption.defaultLevel,
  2. int windowBits = ZLibOption.defaultWindowBits,
  3. int memLevel = ZLibOption.defaultMemLevel,
  4. int strategy = ZLibOption.strategyDefault,
  5. List<int>? dictionary,
  6. bool raw = false,
  7. bool gzip = false}
)

Implementation

ZLibCodec