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