Package org.stellar.sdk.xdr
Class Int256Parts
java.lang.Object
org.stellar.sdk.xdr.Int256Parts
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Int256Partsdecode(XdrDataInputStream stream) voidencode(XdrDataOutputStream stream) static voidencode(XdrDataOutputStream stream, Int256Parts encodedInt256Parts) booleanstatic Int256PartsfromXdrBase64(String xdr) static Int256PartsfromXdrByteArray(byte[] xdr) getHi_hi()getHi_lo()getLo_hi()getLo_lo()inthashCode()voidvoidvoidvoidbyte[]
-
Constructor Details
-
Int256Parts
public Int256Parts()
-
-
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, Int256Parts encodedInt256Parts) 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
-