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