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
-
Method Summary
Modifier and TypeMethodDescriptionstatic Int32
decode
(XdrDataInputStream stream) void
encode
(XdrDataOutputStream stream) boolean
static Int32
fromXdrBase64
(String xdr) static Int32
fromXdrByteArray
(byte[] xdr) getInt32()
int
hashCode()
void
toString()
default String
default 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
-