Package org.stellar.sdk.xdr
Class SCString
java.lang.Object
org.stellar.sdk.xdr.SCString
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic SCStringdecode(XdrDataInputStream stream) voidencode(XdrDataOutputStream stream) static voidencode(XdrDataOutputStream stream, SCString encodedSCString) booleanstatic SCStringfromXdrBase64(String xdr) static SCStringfromXdrByteArray(byte[] xdr) inthashCode()voidsetSCString(XdrString value) byte[]
-
Constructor Details
-
SCString
public SCString() -
SCString
-
-
Method Details
-
getSCString
-
setSCString
-
encode
- 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
-