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