Xceed .NET Libraries Documentation
Xceed.Compression.Formats Assembly / Xceed.Compression.Formats Namespace / ChecksumStream Class / Checksum Property


In This Topic
    Checksum Property
    In This Topic
    Gets a value representing the current checksum.
    Syntax
    'Declaration
     
    Public ReadOnly Property Checksum As Integer
    'Usage
     
    Dim instance As ChecksumStream
    Dim value As Integer
     
    value = instance.Checksum
    public int Checksum {get;}

    Property Value

    A value representing the current checksum.
    Remarks

    The ChecksumStream only supports CRC32 and Adler32 checksums.

    This property is accessible even when the stream is closed.

    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also