Exposes ZLib options for input parameters.
Seehttp://www.zlib.net/manual.html for more documentation.
Properties
- hashCode→int
- The hash code for this object.no setterinherited
- runtimeType→Type
- A representation of the runtime type of the object.no setterinherited
Methods
- noSuchMethod(
Invocationinvocation)→ dynamic - Invoked when a nonexistent method or property is accessed.inherited
- toString(
)→String - A string representation of this object.inherited
Operators
- operator ==(
Objectother)→bool - The equality operator.inherited
Constants
- defaultLevel→ constint
- Default value forZLibCodec.level andZLibEncoder.level.
- defaultMemLevel→ constint
- Default value forZLibCodec.memLevel andZLibEncoder.memLevel.
- defaultWindowBits→ constint
- Default value forZLibCodec.windowBits,ZLibEncoder.windowBitsandZLibDecoder.windowBits.
- maxLevel→ constint
- Maximal value forZLibCodec.level andZLibEncoder.level
- maxMemLevel→ constint
- Maximal value forZLibCodec.memLevel andZLibEncoder.memLevel.
- maxWindowBits→ constint
- Maximal value forZLibCodec.windowBits,ZLibEncoder.windowBitsandZLibDecoder.windowBits.
- minLevel→ constint
- Minimal value forZLibCodec.level andZLibEncoder.level.
- minMemLevel→ constint
- Minimal value forZLibCodec.memLevel andZLibEncoder.memLevel.
- minWindowBits→ constint
- Minimal value forZLibCodec.windowBits,ZLibEncoder.windowBitsandZLibDecoder.windowBits.
- strategyDefault→ constint
- Recommended strategy for normal data
- strategyFiltered→ constint
- Recommended strategy for data produced by a filter (or predictor)
- strategyFixed→ constint
- This strategy prevents the use of dynamic Huffman codes, allowing for asimpler decoder
- strategyHuffmanOnly→ constint
- Use this strategy to force Huffman encoding only (no string match)
- strategyRle→ constint
- Use this strategy to limit match distances to one (run-length encoding)