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