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
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuilder()static UInt256Partsdecode(XdrDataInputStream stream) voidencode(XdrDataOutputStream stream) booleanstatic UInt256PartsfromXdrBase64(String xdr) static UInt256PartsfromXdrByteArray(byte[] xdr) getHi_hi()getHi_lo()getLo_hi()getLo_lo()inthashCode()voidvoidvoidvoidtoString()default Stringdefault 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
-