public class Murmur3F
extends java.lang.Object
implements java.util.zip.Checksum
| Modifier and Type | Method and Description |
|---|---|
long |
getValue() |
java.math.BigInteger |
getValueBigInteger()
Positive value.
|
byte[] |
getValueBytesBigEndian() |
byte[] |
getValueBytesLittleEndian() |
java.lang.String |
getValueHexString()
Padded with leading 0s to ensure length of 32.
|
long |
getValueHigh()
Returns the higher 64 bits of the 128 bit hash.
|
void |
reset() |
void |
update(byte[] b) |
void |
update(byte[] b,
int off,
int len) |
void |
update(int b) |
public void update(int b)
update in interface java.util.zip.Checksumpublic void update(byte[] b)
public void update(byte[] b,
int off,
int len)
update in interface java.util.zip.Checksumpublic long getValue()
getValue in interface java.util.zip.Checksumpublic long getValueHigh()
public java.math.BigInteger getValueBigInteger()
public java.lang.String getValueHexString()
public byte[] getValueBytesBigEndian()
public byte[] getValueBytesLittleEndian()
public void reset()
reset in interface java.util.zip.Checksum