Package org.stellar.sdk.xdr
Class ContractCodeEntry.ContractCodeEntryExt
java.lang.Object
org.stellar.sdk.xdr.ContractCodeEntry.ContractCodeEntryExt
- Enclosing class:
ContractCodeEntry
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classstatic class -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondecode(XdrDataInputStream stream) voidencode(XdrDataOutputStream stream) static voidencode(XdrDataOutputStream stream, ContractCodeEntry.ContractCodeEntryExt encodedContractCodeEntryExt) booleanfromXdrBase64(String xdr) fromXdrByteArray(byte[] xdr) getV1()inthashCode()voidsetDiscriminant(Integer value) voidbyte[]
-
Constructor Details
-
ContractCodeEntryExt
public ContractCodeEntryExt()
-
-
Method Details
-
getDiscriminant
-
setDiscriminant
-
getV1
-
setV1
-
encode
public static void encode(XdrDataOutputStream stream, ContractCodeEntry.ContractCodeEntryExt encodedContractCodeEntryExt) throws IOException - Throws:
IOException
-
encode
- Throws:
IOException
-
decode
public static ContractCodeEntry.ContractCodeEntryExt decode(XdrDataInputStream stream) throws IOException - Throws:
IOException
-
hashCode
public int hashCode() -
equals
-
toXdrBase64
- Throws:
IOException
-
toXdrByteArray
- Throws:
IOException
-
fromXdrBase64
- Throws:
IOException
-
fromXdrByteArray
public static ContractCodeEntry.ContractCodeEntryExt fromXdrByteArray(byte[] xdr) throws IOException - Throws:
IOException
-