Enum XzCheckType
XzCheckType enumeration
The enumeration defines checksum calculation approach for xz archive.
public enum XzCheckType : byte
Values
| Name | Value | Description |
|---|---|---|
| None | 0 | Checksum will not be calculated. |
| Crc32 | 1 | Checksum will be calculated using CRC32 algorithm. |
| Crc64 | 4 | Checksum will be calculated using CRC64 algorithm. |
See Also
- namespace Aspose.Zip.Xz.Settings
- assembly Aspose.Zip