Package org.stellar.sdk.xdr
Class Int32
java.lang.Object
org.stellar.sdk.xdr.Int32
Int32's original definition in the XDR file is:
typedef int int32;
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Int32decode(XdrDataInputStream stream) voidencode(XdrDataOutputStream stream) booleanstatic Int32fromXdrBase64(String xdr) static Int32fromXdrByteArray(byte[] xdr) getInt32()inthashCode()voidtoString()default Stringdefault byte[]
-
Constructor Details
-
Int32
public Int32() -
Int32
-
-
Method Details
-
encode
- Throws:
IOException
-
decode
- Throws:
IOException
-
fromXdrBase64
- Throws:
IOException
-
fromXdrByteArray
- Throws:
IOException
-
getInt32
-
setInt32
-
equals
-
hashCode
public int hashCode() -
toString
-
toXdrBase64
- Throws:
IOException
-
toXdrByteArray
- Throws:
IOException
-