[]
Calculates a checksum value for the entry and compares it to the checksum that was stored when the entry was created.
public bool CheckCRC32()
Type | Description |
---|---|
bool | True if the checksum values match, false otherwise. |
This method is used to check the integrity of the entries in the zip file. If the calculated checksum does not match the stored checksum, then either the zip file is corrupted or the program used to create the zip file is incompatible with C1Zip.