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
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
static Int128Parts
decode
(XdrDataInputStream stream) void
encode
(XdrDataOutputStream stream) boolean
static Int128Parts
fromXdrBase64
(String xdr) static Int128Parts
fromXdrByteArray
(byte[] xdr) getHi()
getLo()
int
hashCode()
void
void
toString()
default String
default 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
-