Enum SevenZipCompressionMethod

Enum SevenZipCompressionMethod

Namespace: Aspose.Zip.Saving
Assembly: Aspose.Zip.dll (26.4.0)

Methods of compression that 7Z format support.

public enum SevenZipCompressionMethod : ushort

Fields

AES = 6

File is encrypted.

Arm = 9

Technique that improves the compression of 32-bit ARM machine code.

Arm64 = 8

Technique that improves the compression of ARM64 machine code.

BCJ = 5

Technique that improves the compression of machine code.

BCJ2 = 10

Technique that improves the compression of x86 machine code using auxiliary streams.

BZip2 = 4

File is compressed using Bzip2.

Delta = 7

File is encoded using Delta converter.

LZMA = 1

File is compressed using LZMA.

LZMA2 = 2

File is compressed using LZMA2.

PPMd = 3

File is compressed using PPMd.

Store = 0

The file is stored (no compression).

 English