ArchiveIntegrityCheckStatus Enum
Namespace: Rebex.IO.Compression
Assembly: Rebex.Zip.dll (version 7.0.9083)
Defines possible integrity check results.
Syntax
public enum ArchiveIntegrityCheckStatus
Fields
Name | Description |
---|---|
Failure | Integrity check failed. A serious integrity issue was detected or the ZIP archive cannot be read at all. |
Success | Integrity check passed. |
Warning | Integrity check passed with warning. All the compressed data can be extracted using the ZipArchive class. The archive structure can cause issues for other 3rd party archive readers. |