Enum XzCheckType
Enum XzCheckType
Namespace: Aspose.Zip.Xz.Settings
Assembly: Aspose.Zip.dll (25.2.0)
The enumeration defines checksum calculation approach for xz archive.
public enum XzCheckType : byte
Fields
Crc32 = 1
Checksum will be calculated using CRC32 algorithm.
Crc64 = 4
Checksum will be calculated using CRC64 algorithm.
None = 0
Checksum will not be calculated.