Package org.stellar.sdk.xdr
Class UInt256Parts
java.lang.Object
org.stellar.sdk.xdr.UInt256Parts
UInt256Parts's original definition in the XDR file is:
struct UInt256Parts { uint64 hi_hi; uint64 hi_lo; uint64 lo_hi; uint64 lo_lo; };
-
Nested Class Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
static UInt256Parts
decode
(XdrDataInputStream stream) void
encode
(XdrDataOutputStream stream) boolean
static UInt256Parts
fromXdrBase64
(String xdr) static UInt256Parts
fromXdrByteArray
(byte[] xdr) getHi_hi()
getHi_lo()
getLo_hi()
getLo_lo()
int
hashCode()
void
void
void
void
toString()
default String
default byte[]
-
Constructor Details
-
UInt256Parts
public UInt256Parts() -
UInt256Parts
-
-
Method Details
-
encode
- Throws:
IOException
-
decode
- Throws:
IOException
-
fromXdrBase64
- Throws:
IOException
-
fromXdrByteArray
- Throws:
IOException
-
builder
-
toBuilder
-
getHi_hi
-
getHi_lo
-
getLo_hi
-
getLo_lo
-
setHi_hi
-
setHi_lo
-
setLo_hi
-
setLo_lo
-
equals
-
hashCode
public int hashCode() -
toString
-
toXdrBase64
- Throws:
IOException
-
toXdrByteArray
- Throws:
IOException
-