Package org.stellar.sdk.xdr
Class SCSymbol
java.lang.Object
org.stellar.sdk.xdr.SCSymbol
- All Implemented Interfaces:
XdrElement
SCSymbol's original definition in the XDR file is:
typedef string SCSymbol<SCSYMBOL_LIMIT>;
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic SCSymboldecode(XdrDataInputStream stream) voidencode(XdrDataOutputStream stream) booleanstatic SCSymbolfromXdrBase64(String xdr) static SCSymbolfromXdrByteArray(byte[] xdr) inthashCode()voidsetSCSymbol(XdrString SCSymbol) toString()Methods inherited from interface org.stellar.sdk.xdr.XdrElement
toXdrBase64, toXdrByteArray
-
Constructor Details
-
SCSymbol
public SCSymbol() -
SCSymbol
-
-
Method Details
-
encode
- Specified by:
encodein interfaceXdrElement- Throws:
IOException
-
decode
- Throws:
IOException
-
fromXdrBase64
- Throws:
IOException
-
fromXdrByteArray
- Throws:
IOException
-
getSCSymbol
-
setSCSymbol
-
equals
-
hashCode
public int hashCode() -
toString
-