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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Uint32decode(XdrDataInputStream stream) voidencode(XdrDataOutputStream stream) booleanstatic Uint32fromXdrBase64(String xdr) static Uint32fromXdrByteArray(byte[] xdr) inthashCode()voidsetUint32(XdrUnsignedInteger uint32) toString()default Stringdefault 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
-