Package org.stellar.sdk.xdr
Class SCSpecTypeTuple
java.lang.Object
org.stellar.sdk.xdr.SCSpecTypeTuple
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic SCSpecTypeTupledecode(XdrDataInputStream stream) voidencode(XdrDataOutputStream stream) static voidencode(XdrDataOutputStream stream, SCSpecTypeTuple encodedSCSpecTypeTuple) booleanstatic SCSpecTypeTuplefromXdrBase64(String xdr) static SCSpecTypeTuplefromXdrByteArray(byte[] xdr) inthashCode()voidsetValueTypes(SCSpecTypeDef[] value) byte[]
-
Constructor Details
-
SCSpecTypeTuple
public SCSpecTypeTuple()
-
-
Method Details
-
getValueTypes
-
setValueTypes
-
encode
public static void encode(XdrDataOutputStream stream, SCSpecTypeTuple encodedSCSpecTypeTuple) throws IOException - 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
-