Zip for WPF and Silverlight
C1.C1Zip Namespace / C1ZStreamWriter Class / Checksum Property

In This Topic
    Checksum Property (C1ZStreamWriter)
    In This Topic
    Gets the checksum value used to check the integrity of the stream.
    Syntax
    'Declaration
     
    
    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