| Construction |
| CAdler32 |
Constructs a CAdler32 object. |
|
|
| Operations |
| Update |
Updates the CAdler32
object with a continuous block
of memory or with a null-terminated string. |
|
| Final |
Retrieves the ADLER32 checksum from the
CAdler32 object and reinitializes the object. |
|
| FinalHex |
Retrieves the ADLER32 checksum from the
CAdler32 object and reinitializes the object. The obtained checksum is a
null-terminated hexadecimal string. |
|
| Calculate |
Calculates the ADLER32 checksum
for a continuous block of memory
or for a null-terminated string. |
|
| CalculateHex |
|
Calculates the ADLER32 checksum for a
continuous block of memory or
for a null-terminated string. The obtained checksum is a null-terminated
hexadecimal string. |
|