Crc32 Property

DotNetZip

Ionic Zip Library v1.9.1.6 Crc32 Property
ReferenceIonic.ZlibParallelDeflateOutputStreamCrc32
The CRC32 for the data that was written out, prior to compression.
Declaration Syntax
C# Visual Basic Visual C++
public int Crc32 { get; }
Public ReadOnly Property Crc32 As Integer
	Get
public:
property int Crc32 {
	int get ();
}
Remarks
This value is meaningful only after a call to Close().

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