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.Checksum
public void update(byte[] b, int offset, int length)
update
in interface java.util.zip.Checksum
public void update(java.lang.String s)
public long getValue()
getValue
in interface java.util.zip.Checksum
public java.lang.String toString()
toString
in class java.lang.Object
public void reset()
reset
in interface java.util.zip.Checksum