Package org.stellar.sdk.xdr
Class AlphaNum4
java.lang.Object
org.stellar.sdk.xdr.AlphaNum4
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic AlphaNum4decode(XdrDataInputStream stream) voidencode(XdrDataOutputStream stream) static voidencode(XdrDataOutputStream stream, AlphaNum4 encodedAlphaNum4) booleanstatic AlphaNum4fromXdrBase64(String xdr) static AlphaNum4fromXdrByteArray(byte[] xdr) inthashCode()voidsetAssetCode(AssetCode4 value) voidbyte[]
-
Constructor Details
-
AlphaNum4
public AlphaNum4()
-
-
Method Details
-
getAssetCode
-
setAssetCode
-
getIssuer
-
setIssuer
-
encode
public static void encode(XdrDataOutputStream stream, AlphaNum4 encodedAlphaNum4) throws IOException - 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
-