Package org.stellar.sdk.xdr
Class SCMetaV0
java.lang.Object
org.stellar.sdk.xdr.SCMetaV0
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic SCMetaV0decode(XdrDataInputStream stream) voidencode(XdrDataOutputStream stream) static voidencode(XdrDataOutputStream stream, SCMetaV0 encodedSCMetaV0) booleanstatic SCMetaV0fromXdrBase64(String xdr) static SCMetaV0fromXdrByteArray(byte[] xdr) getKey()getVal()inthashCode()voidvoidbyte[]
-
Constructor Details
-
SCMetaV0
public SCMetaV0()
-
-
Method Details
-
getKey
-
setKey
-
getVal
-
setVal
-
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
-