Package org.stellar.sdk.xdr
Class Int256Parts
java.lang.Object
org.stellar.sdk.xdr.Int256Parts
- All Implemented Interfaces:
XdrElement
Int256Parts's original definition in the XDR file is:
struct Int256Parts {
int64 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 Int256Partsdecode(XdrDataInputStream stream) voidencode(XdrDataOutputStream stream) booleanstatic Int256PartsfromXdrBase64(String xdr) static Int256PartsfromXdrByteArray(byte[] xdr) getHi_hi()getHi_lo()getLo_hi()getLo_lo()inthashCode()voidvoidvoidvoidtoString()Methods inherited from interface org.stellar.sdk.xdr.XdrElement
toXdrBase64, toXdrByteArray
-
Constructor Details
-
Int256Parts
public Int256Parts() -
Int256Parts
-
-
Method Details
-
encode
- Specified by:
encodein interfaceXdrElement- 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
-