Package org.stellar.sdk.xdr
Class UInt128Parts
java.lang.Object
org.stellar.sdk.xdr.UInt128Parts
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic UInt128Partsdecode(XdrDataInputStream stream) voidencode(XdrDataOutputStream stream) static voidencode(XdrDataOutputStream stream, UInt128Parts encodedUInt128Parts) booleanstatic UInt128PartsfromXdrBase64(String xdr) static UInt128PartsfromXdrByteArray(byte[] xdr) getHi()getLo()inthashCode()voidvoidbyte[]
-
Constructor Details
-
UInt128Parts
public UInt128Parts()
-
-
Method Details
-
getHi
-
setHi
-
getLo
-
setLo
-
encode
public static void encode(XdrDataOutputStream stream, UInt128Parts encodedUInt128Parts) 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
-