public class Uint64 extends java.lang.Object implements XdrElement
typedef unsigned hyper uint64;
Constructor and Description |
---|
Uint64() |
Uint64(XdrUnsignedHyperInteger uint64) |
Modifier and Type | Method and Description |
---|---|
static Uint64 |
decode(XdrDataInputStream stream) |
void |
encode(XdrDataOutputStream stream) |
boolean |
equals(java.lang.Object o) |
static Uint64 |
fromXdrBase64(java.lang.String xdr) |
static Uint64 |
fromXdrByteArray(byte[] xdr) |
XdrUnsignedHyperInteger |
getUint64() |
int |
hashCode() |
void |
setUint64(XdrUnsignedHyperInteger uint64) |
java.lang.String |
toString() |
toXdrBase64, toXdrByteArray
public Uint64()
public Uint64(XdrUnsignedHyperInteger uint64)
public void encode(XdrDataOutputStream stream) throws java.io.IOException
encode
in interface XdrElement
java.io.IOException
public static Uint64 decode(XdrDataInputStream stream) throws java.io.IOException
java.io.IOException
public static Uint64 fromXdrBase64(java.lang.String xdr) throws java.io.IOException
java.io.IOException
public static Uint64 fromXdrByteArray(byte[] xdr) throws java.io.IOException
java.io.IOException
public XdrUnsignedHyperInteger getUint64()
public void setUint64(XdrUnsignedHyperInteger uint64)
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object