public class CRC64Checksum
extends java.lang.Object
implements java.util.zip.Checksum
| Constructor and Description |
|---|
CRC64Checksum() |
| Modifier and Type | Method and Description |
|---|---|
long |
getValue() |
void |
reset() |
java.lang.String |
toString()
Returns a zero-padded 16 character wide string containing the current
value of this checksum in uppercase hexadecimal format.
|
void |
update(byte[] b,
int offset,
int length) |
void |
update(int b) |
void |
update(java.lang.String s) |
public void update(int b)
update in interface java.util.zip.Checksumpublic void update(byte[] b,
int offset,
int length)
update in interface java.util.zip.Checksumpublic void update(java.lang.String s)
public long getValue()
getValue in interface java.util.zip.Checksumpublic java.lang.String toString()
toString in class java.lang.Objectpublic void reset()
reset in interface java.util.zip.Checksum