Package org.stellar.sdk.xdr
Class ExtensionPoint
java.lang.Object
org.stellar.sdk.xdr.ExtensionPoint
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ExtensionPointdecode(XdrDataInputStream stream) voidencode(XdrDataOutputStream stream) static voidencode(XdrDataOutputStream stream, ExtensionPoint encodedExtensionPoint) booleanstatic ExtensionPointfromXdrBase64(String xdr) static ExtensionPointfromXdrByteArray(byte[] xdr) inthashCode()voidsetDiscriminant(Integer value) byte[]
-
Constructor Details
-
ExtensionPoint
public ExtensionPoint()
-
-
Method Details
-
getDiscriminant
-
setDiscriminant
-
encode
public static void encode(XdrDataOutputStream stream, ExtensionPoint encodedExtensionPoint) 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
-