InnoSetupCompressions class

Contains multiple compression definitions for Inno Setup. source: https://jrsoftware.org/ishelp/topic_setup_compression.htm

Constructors

InnoSetupCompressions()
Contains multiple compression definitions for Inno Setup. source: https://jrsoftware.org/ishelp/topic_setup_compression.htm
factory

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

bzip(int range) InnoSetupCompression
Apply bzip compression with range.
lzma(InnoSetupCompressionLevel level) InnoSetupCompression
Apply lzma compression with level.
lzma2(InnoSetupCompressionLevel level) InnoSetupCompression
Apply lzma2 compression with level.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
zip(int range) InnoSetupCompression
Apply zip compression with range.

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

none → const InnoSetupCompression
No compression.