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