Package org.stellar.sdk.xdr
Class UInt128Parts
java.lang.Object
org.stellar.sdk.xdr.UInt128Parts
UInt128Parts's original definition in the XDR file is:
struct UInt128Parts {
uint64 hi;
uint64 lo;
};
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuilder()static UInt128Partsdecode(XdrDataInputStream stream) voidencode(XdrDataOutputStream stream) booleanstatic UInt128PartsfromXdrBase64(String xdr) static UInt128PartsfromXdrByteArray(byte[] xdr) getHi()getLo()inthashCode()voidvoidtoString()default Stringdefault byte[]
-
Constructor Details
-
UInt128Parts
public UInt128Parts() -
UInt128Parts
-
-
Method Details
-
encode
- Throws:
IOException
-
decode
- Throws:
IOException
-
fromXdrBase64
- Throws:
IOException
-
fromXdrByteArray
- Throws:
IOException
-
builder
-
toBuilder
-
getHi
-
getLo
-
setHi
-
setLo
-
equals
-
hashCode
public int hashCode() -
toString
-
toXdrBase64
- Throws:
IOException
-
toXdrByteArray
- Throws:
IOException
-