Package org.stellar.sdk.xdr
Class Uint64
java.lang.Object
org.stellar.sdk.xdr.Uint64
- All Implemented Interfaces:
XdrElement
Uint64's original definition in the XDR file is:
typedef unsigned hyper uint64;
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Uint64decode(XdrDataInputStream stream) voidencode(XdrDataOutputStream stream) booleanstatic Uint64fromXdrBase64(String xdr) static Uint64fromXdrByteArray(byte[] xdr) inthashCode()voidsetUint64(XdrUnsignedHyperInteger uint64) toString()Methods inherited from interface org.stellar.sdk.xdr.XdrElement
toXdrBase64, toXdrByteArray
-
Constructor Details
-
Uint64
public Uint64() -
Uint64
-
-
Method Details
-
encode
- Specified by:
encodein interfaceXdrElement- Throws:
IOException
-
decode
- Throws:
IOException
-
fromXdrBase64
- Throws:
IOException
-
fromXdrByteArray
- Throws:
IOException
-
getUint64
-
setUint64
-
equals
-
hashCode
public int hashCode() -
toString
-