Package org.stellar.sdk.xdr
Class Uint32
java.lang.Object
org.stellar.sdk.xdr.Uint32
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Uint32decode(XdrDataInputStream stream) voidencode(XdrDataOutputStream stream) static voidencode(XdrDataOutputStream stream, Uint32 encodedUint32) booleanstatic Uint32fromXdrBase64(String xdr) static Uint32fromXdrByteArray(byte[] xdr) inthashCode()voidsetUint32(XdrUnsignedInteger value) byte[]
-
Constructor Details
-
Uint32
public Uint32() -
Uint32
-
-
Method Details
-
getUint32
-
setUint32
-
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
-