Updates the current checksum with part of an array of bytes
Parameters
- data
- The data to update the checksum with
- offset
- Where in
datato start updating - count
- The number of bytes from
datato use
Implements
Exceptions
| Exception Type | Condition |
|---|---|
| ArgumentException | The sum of offset and count is larger than the length of data |
| NullReferenceException | data is a null reference |
| ArgumentOutOfRangeException | Offset or count is negative. |
See Also
AdlerChecksum Class | DotZLib Namespace | AdlerChecksum.Update Overload List