XzCheckType
XzCheckType enumeration
The enumeration defines checksum calculation approach for xz archive.
Members
Member name | Description |
---|---|
NONE | Checksum will not be calculated. |
CRC32 | Checksum will be calculated using CRC32 algorithm. |
CRC64 | Checksum will be calculated using CRC64 algorithm. |
See Also
- namespace aspose.zip.xz.settings
- assembly Aspose.Zip