The Adler32Checksum type exposes the following members.
Back to Top
Methods
Name | Description | |
---|---|---|
GenerateCheckSum |
Generate an Adler32 checksum value based on the provided byte array.
| |
GenerateCheckSumSplitBuffer |
Generate a single Adler32 checksum value based on the provided byte arrays. Checksum calculated from splitBuffer[0] onwards.
|
See Also