Package org.stellar.sdk.xdr
Class String64
java.lang.Object
org.stellar.sdk.xdr.String64
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic String64decode(XdrDataInputStream stream) voidencode(XdrDataOutputStream stream) static voidencode(XdrDataOutputStream stream, String64 encodedString64) booleanstatic String64fromXdrBase64(String xdr) static String64fromXdrByteArray(byte[] xdr) inthashCode()voidsetString64(XdrString value) byte[]
-
Constructor Details
-
String64
public String64() -
String64
-
-
Method Details
-
getString64
-
setString64
-
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
-