Package org.stellar.sdk.xdr
Class UInt256Parts
java.lang.Object
org.stellar.sdk.xdr.UInt256Parts
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic UInt256Partsdecode(XdrDataInputStream stream) voidencode(XdrDataOutputStream stream) static voidencode(XdrDataOutputStream stream, UInt256Parts encodedUInt256Parts) booleanstatic UInt256PartsfromXdrBase64(String xdr) static UInt256PartsfromXdrByteArray(byte[] xdr) getHi_hi()getHi_lo()getLo_hi()getLo_lo()inthashCode()voidvoidvoidvoidbyte[]
-
Constructor Details
-
UInt256Parts
public UInt256Parts()
-
-
Method Details
-
getHi_hi
-
setHi_hi
-
getHi_lo
-
setHi_lo
-
getLo_hi
-
setLo_hi
-
getLo_lo
-
setLo_lo
-
encode
public static void encode(XdrDataOutputStream stream, UInt256Parts encodedUInt256Parts) throws IOException - Throws:
IOException
-
encode
- Throws:
IOException
-
decode
- Throws:
IOException
-
hashCode
public int hashCode() -
equals
-
toXdrBase64
- Throws:
IOException
-
toXdrByteArray
- Throws:
IOException
-
fromXdrBase64
- Throws:
IOException
-
fromXdrByteArray
- Throws:
IOException
-