Package org.stellar.sdk.xdr
Class Int128Parts
java.lang.Object
org.stellar.sdk.xdr.Int128Parts
Int128Parts's original definition in the XDR file is:
struct Int128Parts {
int64 hi;
uint64 lo;
};
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuilder()static Int128Partsdecode(XdrDataInputStream stream) voidencode(XdrDataOutputStream stream) booleanstatic Int128PartsfromXdrBase64(String xdr) static Int128PartsfromXdrByteArray(byte[] xdr) getHi()getLo()inthashCode()voidvoidtoString()default Stringdefault byte[]
-
Constructor Details
-
Int128Parts
public Int128Parts() -
Int128Parts
-
-
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
-