The Adler32 checksum on the data transferred through the codec so far. You probably don't need to look at this.
Syntax
Visual Basic (Declaration) | |
---|
Public ReadOnly Property Adler32 As Integer |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As ZlibCodec
Dim value As Integer
value = instance.Adler32 |
C# | |
---|
public int Adler32 {get;} |
C++/CLI | |
---|
public:
property int Adler32 {
int get();
} |
Requirements
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family
See Also