Methods
| Name | Description |
|---|---|
| getValue() | Returns the current checksum value. |
| reset() | Resets the checksum to its initial value. |
| update(byte[], int, int) | Updates the current checksum with the specified array of bytes. |
| update(int) | Updates the current checksum with the specified byte. |