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
-
Method Summary
Modifier and TypeMethodDescriptionstatic SCString
decode
(XdrDataInputStream stream) void
encode
(XdrDataOutputStream stream) boolean
static SCString
fromXdrBase64
(String xdr) static SCString
fromXdrByteArray
(byte[] xdr) int
hashCode()
void
setSCString
(XdrString SCString) toString()
default String
default 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
-