Package org.stellar.sdk.xdr
Class Int32
java.lang.Object
org.stellar.sdk.xdr.Int32
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Int32decode(XdrDataInputStream stream) voidencode(XdrDataOutputStream stream) static voidencode(XdrDataOutputStream stream, Int32 encodedInt32) booleanstatic Int32fromXdrBase64(String xdr) static Int32fromXdrByteArray(byte[] xdr) getInt32()inthashCode()voidbyte[]
-
Constructor Details
-
Int32
public Int32() -
Int32
-
-
Method Details
-
getInt32
-
setInt32
-
encode
- 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
-