Crc Property

SharpZip Compression Library

SharpZip Compression Library

ZipEntry.Crc Property

Gets/Sets the crc of the uncompressed data.

public long Crc {get; set;}

Exceptions

Exception Type Condition
ArgumentOutOfRangeException Crc is not in the range 0..0xffffffffL

See Also

ZipEntry Class | ICSharpCode.SharpZipLib.Zip Namespace