Package org.stellar.sdk.xdr
Class Uint64
java.lang.Object
org.stellar.sdk.xdr.Uint64
Uint64's original definition in the XDR file is:
typedef unsigned hyper uint64;
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic Uint64
decode
(XdrDataInputStream stream) void
encode
(XdrDataOutputStream stream) boolean
static Uint64
fromXdrBase64
(String xdr) static Uint64
fromXdrByteArray
(byte[] xdr) int
hashCode()
void
setUint64
(XdrUnsignedHyperInteger uint64) toString()
default String
default byte[]
-
Constructor Details
-
Uint64
public Uint64() -
Uint64
-
-
Method Details
-
encode
- Throws:
IOException
-
decode
- Throws:
IOException
-
fromXdrBase64
- Throws:
IOException
-
fromXdrByteArray
- Throws:
IOException
-
getUint64
-
setUint64
-
equals
-
hashCode
public int hashCode() -
toString
-
toXdrBase64
- Throws:
IOException
-
toXdrByteArray
- Throws:
IOException
-