Package org.stellar.sdk.xdr
Class Uint32
java.lang.Object
org.stellar.sdk.xdr.Uint32
Uint32's original definition in the XDR file is:
typedef unsigned int uint32;
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic Uint32
decode
(XdrDataInputStream stream) void
encode
(XdrDataOutputStream stream) boolean
static Uint32
fromXdrBase64
(String xdr) static Uint32
fromXdrByteArray
(byte[] xdr) int
hashCode()
void
setUint32
(XdrUnsignedInteger uint32) toString()
default String
default byte[]
-
Constructor Details
-
Uint32
public Uint32() -
Uint32
-
-
Method Details
-
encode
- Throws:
IOException
-
decode
- Throws:
IOException
-
fromXdrBase64
- Throws:
IOException
-
fromXdrByteArray
- Throws:
IOException
-
getUint32
-
setUint32
-
equals
-
hashCode
public int hashCode() -
toString
-
toXdrBase64
- Throws:
IOException
-
toXdrByteArray
- Throws:
IOException
-