public class QldbHash extends Object
Constructor and Description |
---|
QldbHash(byte[] qldbHash,
com.amazon.ion.IonSystem ionSystem) |
Modifier and Type | Method and Description |
---|---|
QldbHash |
dot(QldbHash that) |
boolean |
equals(Object other) |
int |
getHashSize() |
byte[] |
getQldbHash() |
int |
hashCode() |
boolean |
isEmpty() |
static QldbHash |
toQldbHash(com.amazon.ion.IonValue value,
com.amazon.ion.IonSystem ionSystem)
The QldbHash of an IonValue is just the IonHash of that value.
|
static QldbHash |
toQldbHash(String value,
com.amazon.ion.IonSystem ionSystem) |
String |
toString() |
public static QldbHash toQldbHash(com.amazon.ion.IonValue value, com.amazon.ion.IonSystem ionSystem)
public int getHashSize()
public boolean isEmpty()
public byte[] getQldbHash()