Package org.stellar.sdk.xdr
Class LedgerHeaderExtensionV1
java.lang.Object
org.stellar.sdk.xdr.LedgerHeaderExtensionV1
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classstatic class -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic LedgerHeaderExtensionV1decode(XdrDataInputStream stream) voidencode(XdrDataOutputStream stream) static voidencode(XdrDataOutputStream stream, LedgerHeaderExtensionV1 encodedLedgerHeaderExtensionV1) booleanstatic LedgerHeaderExtensionV1fromXdrBase64(String xdr) static LedgerHeaderExtensionV1fromXdrByteArray(byte[] xdr) getExt()getFlags()inthashCode()voidvoidbyte[]
-
Constructor Details
-
LedgerHeaderExtensionV1
public LedgerHeaderExtensionV1()
-
-
Method Details
-
getFlags
-
setFlags
-
getExt
-
setExt
-
encode
public static void encode(XdrDataOutputStream stream, LedgerHeaderExtensionV1 encodedLedgerHeaderExtensionV1) 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
-