ComponentOne Zip for .NET
Checksum Property

C1.C1Zip.4 Assembly > C1.C1Zip Namespace > C1ZStreamWriter Class : Checksum Property
Gets the checksum value used to check the integrity of the stream.
Syntax
Public ReadOnly Property Checksum As Integer
public int Checksum {get;}
Remarks
The checksum used may be an Adler or crc32 value depending on how the C1ZStreamWriter was created.
See Also

Reference

C1ZStreamWriter Class
C1ZStreamWriter Members