DeflateLevel class
Defines some standard compression levels to use for the Deflate algorithm.
Constructors
- DeflateLevel.new(int value)
-
const
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
- bestCompression → const int
- bestSpeed → const int
- defaultCompression → const int
- none → const int