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