Package org.stellar.sdk.xdr
Class SCSpecTypeUDT
java.lang.Object
org.stellar.sdk.xdr.SCSpecTypeUDT
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic SCSpecTypeUDTdecode(XdrDataInputStream stream) voidencode(XdrDataOutputStream stream) static voidencode(XdrDataOutputStream stream, SCSpecTypeUDT encodedSCSpecTypeUDT) booleanstatic SCSpecTypeUDTfromXdrBase64(String xdr) static SCSpecTypeUDTfromXdrByteArray(byte[] xdr) getName()inthashCode()voidbyte[]
-
Constructor Details
-
SCSpecTypeUDT
public SCSpecTypeUDT()
-
-
Method Details
-
getName
-
setName
-
encode
public static void encode(XdrDataOutputStream stream, SCSpecTypeUDT encodedSCSpecTypeUDT) 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
-