Package org.stellar.sdk.xdr
Class Uint64
java.lang.Object
org.stellar.sdk.xdr.Uint64
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Uint64decode(XdrDataInputStream stream) voidencode(XdrDataOutputStream stream) static voidencode(XdrDataOutputStream stream, Uint64 encodedUint64) booleanstatic Uint64fromXdrBase64(String xdr) static Uint64fromXdrByteArray(byte[] xdr) inthashCode()voidsetUint64(XdrUnsignedHyperInteger value) byte[]
-
Constructor Details
-
Uint64
public Uint64() -
Uint64
-
-
Method Details
-
getUint64
-
setUint64
-
encode
- Throws:
IOException
-
encode
- Throws:
IOException
-
decode
- Throws:
IOException
-
hashCode
public int hashCode() -
equals
-
toXdrBase64
- Throws:
IOException
-
toXdrByteArray
- Throws:
IOException
-
fromXdrBase64
- Throws:
IOException
-
fromXdrByteArray
- Throws:
IOException
-