Inherits DotZLib::ChecksumGeneratorBase.
Inheritance diagram for DotZLib::AdlerChecksum:


Public Member Functions | |
| AdlerChecksum () | |
| Initializes a new instance of the Adler checksum generator. | |
| AdlerChecksum (uint initialValue) | |
| Initializes a new instance of the Adler checksum generator with a specified value. | |
| override void | Update (byte[] data, int offset, int count) |
| Updates the current checksum with part of an array of bytes. | |
Private Member Functions | |
| static uint | adler32 (uint adler, int data, uint length) |
Definition at line 155 of file ChecksumImpl.cs.
|
|
Initializes a new instance of the Adler checksum generator.
Definition at line 167 of file ChecksumImpl.cs. |
|
|
Initializes a new instance of the Adler checksum generator with a specified value.
Definition at line 173 of file ChecksumImpl.cs. |
|
||||||||||||||||
|
|
|
||||||||||||||||
|
Updates the current checksum with part of an array of bytes.
Implements DotZLib::ChecksumGeneratorBase. Definition at line 184 of file ChecksumImpl.cs. References adler32(). Referenced by DotZLibTests::ChecksumTests::Adler_Data(). |
1.4.6