CompressionMethod Property
Used to set the method of compression.
Data Type
EnumerationPossible Values
Lzma (0)Bzip 2 (1)
Delta (2)
Copy (3)
Deflate (4)
Lzma 2 (5)
Default Value
0Remarks
This is used to specify different compression methods. By default the adapter uses the LZMA compression method (a value of 0). Supported values are:
Value | Method |
cmszLzma (0 - default) | LZMA |
cmszBzip2 (1) | BZip2 |
cmszDelta (2) | Delta |
cmszCopy (3) | Copy (no compression) |
cmszDefalte (4) | Deflate |
cmszDefalte (5) | LZMA2 |
This property is not available in the Disassembler/Decoder.