Gets the checksum value used to check the integrity of the stream.
Namespace:
C1.C1ZipAssembly: C1.Phone.Zip (in C1.Phone.Zip.dll)
Syntax
C# |
---|
public int Checksum { get; } |
Visual Basic |
---|
Public ReadOnly Property Checksum As Integer Get |
Remarks
The checksum used may be an Adler or crc32 value depending on how
the C1ZStreamWriter was created.