XzCheckType

XzCheckType enumeration

The enumeration defines checksum calculation approach for xz archive.

Members

Member nameDescription
NONEChecksum will not be calculated.
CRC32Checksum will be calculated using CRC32 algorithm.
CRC64Checksum will be calculated using CRC64 algorithm.

See Also