ComponentOne Zip for .NET 2.0
C1.Zip Assembly / C1.Zip Namespace / C1ZStreamWriter Class / Checksum Property

In This Topic
    Checksum Property
    In This Topic
    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