Package org.stellar.sdk.xdr
Class Uint256
java.lang.Object
org.stellar.sdk.xdr.Uint256
Uint256's original definition in the XDR file is:
typedef opaque uint256[32];
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Uint256decode(XdrDataInputStream stream) voidencode(XdrDataOutputStream stream) booleanstatic Uint256fromXdrBase64(String xdr) static Uint256fromXdrByteArray(byte[] xdr) byte[]inthashCode()voidsetUint256(byte[] uint256) toString()default Stringdefault byte[]
-
Constructor Details
-
Uint256
public Uint256() -
Uint256
public Uint256(byte[] uint256)
-
-
Method Details
-
encode
- Throws:
IOException
-
decode
- Throws:
IOException
-
fromXdrBase64
- Throws:
IOException
-
fromXdrByteArray
- Throws:
IOException
-
getUint256
public byte[] getUint256() -
setUint256
public void setUint256(byte[] uint256) -
equals
-
hashCode
public int hashCode() -
toString
-
toXdrBase64
- Throws:
IOException
-
toXdrByteArray
- Throws:
IOException
-