Package org.stellar.sdk.xdr
Class String32
java.lang.Object
org.stellar.sdk.xdr.String32
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic String32decode(XdrDataInputStream stream) voidencode(XdrDataOutputStream stream) static voidencode(XdrDataOutputStream stream, String32 encodedString32) booleanstatic String32fromXdrBase64(String xdr) static String32fromXdrByteArray(byte[] xdr) inthashCode()voidsetString32(XdrString value) byte[]
-
Constructor Details
-
String32
public String32() -
String32
-
-
Method Details
-
getString32
-
setString32
-
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
-