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