InnoSetupCompression class
Defines compression level in Inno Setup.
Constructors
- InnoSetupCompression(String name)
-
Defines compression level with a
name
in Inno Setup.const - InnoSetupCompression.level(String name, InnoSetupCompressionLevel level)
-
Defines a compression with a
name
and possiblelevel
.factory - InnoSetupCompression.range(String name, int range)
-
Defines a compression with a
name
and possiblerange
.factory
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited