Package org.stellar.sdk.xdr
Class SCVec
java.lang.Object
org.stellar.sdk.xdr.SCVec
- All Implemented Interfaces:
XdrElement
SCVec's original definition in the XDR file is:
typedef SCVal SCVec<>;
-
Field Summary
Fields inherited from interface org.stellar.sdk.xdr.XdrElement
gson -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic SCVecdecode(XdrDataInputStream stream) static SCVecdecode(XdrDataInputStream stream, int maxDepth) voidencode(XdrDataOutputStream stream) booleanstatic SCVecstatic SCVecfromXdrBase64(String xdr) static SCVecfromXdrByteArray(byte[] xdr) SCVal[]getSCVec()inthashCode()voidtoJson()toString()Methods inherited from interface org.stellar.sdk.xdr.XdrElement
toXdrBase64, toXdrByteArray
-
Constructor Details
-
SCVec
public SCVec() -
SCVec
-
-
Method Details
-
encode
- Specified by:
encodein interfaceXdrElement- Throws:
IOException
-
decode
- Throws:
IOException
-
decode
- Throws:
IOException
-
fromXdrBase64
- Throws:
IOException
-
fromXdrByteArray
- Throws:
IOException
-
toJson
- Specified by:
toJsonin interfaceXdrElement
-
fromJson
-
getSCVec
-
setSCVec
-
equals
-
hashCode
public int hashCode() -
toString
-