Package org.stellar.sdk.xdr
Class SCSpecUDTStructV0
java.lang.Object
org.stellar.sdk.xdr.SCSpecUDTStructV0
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic SCSpecUDTStructV0decode(XdrDataInputStream stream) voidencode(XdrDataOutputStream stream) static voidencode(XdrDataOutputStream stream, SCSpecUDTStructV0 encodedSCSpecUDTStructV0) booleanstatic SCSpecUDTStructV0fromXdrBase64(String xdr) static SCSpecUDTStructV0fromXdrByteArray(byte[] xdr) getDoc()getLib()getName()inthashCode()voidvoidsetFields(SCSpecUDTStructFieldV0[] value) voidvoidbyte[]
-
Constructor Details
-
SCSpecUDTStructV0
public SCSpecUDTStructV0()
-
-
Method Details
-
getDoc
-
setDoc
-
getLib
-
setLib
-
getName
-
setName
-
getFields
-
setFields
-
encode
public static void encode(XdrDataOutputStream stream, SCSpecUDTStructV0 encodedSCSpecUDTStructV0) 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
-