Enum IntegrityCheck

Enum Documentation

enum class zim::IntegrityCheck

Various types of integrity checks performed by zim::validate().

Values:

enumerator CHECKSUM

Validates the checksum of the ZIM file.

enumerator DIRENT_PTRS

Checks that offsets in PathPtrList are valid.

enumerator DIRENT_ORDER

Checks that dirents are properly sorted.

enumerator TITLE_INDEX

Checks that entries in the title index are valid and properly sorted.

enumerator CLUSTER_PTRS

Checks that offsets in ClusterPtrList are valid.

enumerator DIRENT_MIMETYPES

Checks that mime-type values in dirents are valid.

enumerator COUNT

COUNT is not a valid integrity check type. It exists to tell the number of all supported integrity checks.