Package org.stellar.sdk.xdr
Class SCString
java.lang.Object
org.stellar.sdk.xdr.SCString
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()default Stringdefault byte[]
-
Constructor Details
-
SCString
public SCString() -
SCString
-
-
Method Details
-
encode
- Throws:
IOException
-
decode
- Throws:
IOException
-
fromXdrBase64
- Throws:
IOException
-
fromXdrByteArray
- Throws:
IOException
-
getSCString
-
setSCString
-
equals
-
hashCode
public int hashCode() -
toString
-
toXdrBase64
- Throws:
IOException
-
toXdrByteArray
- Throws:
IOException
-