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