Crc Property

DotNetZip

Ionic Zip Library v1.9.1.6 Crc Property
ReferenceIonic.CrcCrcCalculatorStreamCrc
Provides the current CRC for all blocks slurped in.
Declaration Syntax
C# Visual Basic Visual C++
public int Crc { get; }
Public ReadOnly Property Crc As Integer
	Get
public:
property int Crc {
	int get ();
}
Remarks

The running total of the CRC is kept as data is written or read through the stream. read this property after all reads or writes to get an accurate CRC for the entire stream.

Assembly: Ionic.Zip (Module: Ionic.Zip) Version: 1.9.1.8 (1.9.1.8)