public interface Checksum128
extends java.util.zip.Checksum
| Modifier and Type | Method and Description |
|---|---|
java.math.BigInteger |
getValueBigInteger()
Positive value.
|
byte[] |
getValueBytesBigEndian()
Big endian is the default in Java / network byte order.
|
byte[] |
getValueBytesLittleEndian()
Big endian is used by most machines natively.
|
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.
|
long getValueHigh()
java.math.BigInteger getValueBigInteger()
java.lang.String getValueHexString()
byte[] getValueBytesBigEndian()
byte[] getValueBytesLittleEndian()
Available under the Apache License, Version 2.0 - Copyright © 2012-2020 greenrobot.org. All Rights Reserved.