Package org.stellar.sdk.xdr
Class DataEntry.DataEntryExt
java.lang.Object
org.stellar.sdk.xdr.DataEntry.DataEntryExt
- Enclosing class:
DataEntry
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic DataEntry.DataEntryExtdecode(XdrDataInputStream stream) voidencode(XdrDataOutputStream stream) static voidencode(XdrDataOutputStream stream, DataEntry.DataEntryExt encodedDataEntryExt) booleanstatic DataEntry.DataEntryExtfromXdrBase64(String xdr) static DataEntry.DataEntryExtfromXdrByteArray(byte[] xdr) inthashCode()voidsetDiscriminant(Integer value) byte[]
-
Constructor Details
-
DataEntryExt
public DataEntryExt()
-
-
Method Details
-
getDiscriminant
-
setDiscriminant
-
encode
public static void encode(XdrDataOutputStream stream, DataEntry.DataEntryExt encodedDataEntryExt) 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
-