Package org.stellar.sdk.xdr
Class SCVec
java.lang.Object
org.stellar.sdk.xdr.SCVec
SCVec's original definition in the XDR file is:
typedef SCVal SCVec<>;
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic SCVec
decode
(XdrDataInputStream stream) void
encode
(XdrDataOutputStream stream) boolean
static SCVec
fromXdrBase64
(String xdr) static SCVec
fromXdrByteArray
(byte[] xdr) SCVal[]
getSCVec()
int
hashCode()
void
toString()
default String
default byte[]
-
Constructor Details
-
SCVec
public SCVec() -
SCVec
-
-
Method Details
-
encode
- Throws:
IOException
-
decode
- Throws:
IOException
-
fromXdrBase64
- Throws:
IOException
-
fromXdrByteArray
- Throws:
IOException
-
getSCVec
-
setSCVec
-
equals
-
hashCode
public int hashCode() -
toString
-
toXdrBase64
- Throws:
IOException
-
toXdrByteArray
- Throws:
IOException
-