Package org.stellar.sdk.xdr
Class SCVec
java.lang.Object
org.stellar.sdk.xdr.SCVec
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic SCVecdecode(XdrDataInputStream stream) voidencode(XdrDataOutputStream stream) static voidencode(XdrDataOutputStream stream, SCVec encodedSCVec) booleanstatic SCVecfromXdrBase64(String xdr) static SCVecfromXdrByteArray(byte[] xdr) SCVal[]getSCVec()inthashCode()voidbyte[]
-
Constructor Details
-
SCVec
public SCVec() -
SCVec
-
-
Method Details
-
getSCVec
-
setSCVec
-
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
-