Package org.stellar.sdk.xdr
Class SCSpecTypeVec
java.lang.Object
org.stellar.sdk.xdr.SCSpecTypeVec
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic SCSpecTypeVecdecode(XdrDataInputStream stream) voidencode(XdrDataOutputStream stream) static voidencode(XdrDataOutputStream stream, SCSpecTypeVec encodedSCSpecTypeVec) booleanstatic SCSpecTypeVecfromXdrBase64(String xdr) static SCSpecTypeVecfromXdrByteArray(byte[] xdr) inthashCode()voidsetElementType(SCSpecTypeDef value) byte[]
-
Constructor Details
-
SCSpecTypeVec
public SCSpecTypeVec()
-
-
Method Details
-
getElementType
-
setElementType
-
encode
public static void encode(XdrDataOutputStream stream, SCSpecTypeVec encodedSCSpecTypeVec) 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
-