public class CRC32Hasher
extends java.lang.Object
| Constructor and Description |
|---|
CRC32Hasher() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
digest()
This must return a string where the checksum is an int in network byte ordering that is base64 encoded
|
protected java.util.zip.Checksum |
getChecksum() |
void |
update(byte[] bytes,
int offset,
int length) |