Package org.stellar.sdk.xdr
Class SendMore
java.lang.Object
org.stellar.sdk.xdr.SendMore
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic SendMoredecode(XdrDataInputStream stream) voidencode(XdrDataOutputStream stream) static voidencode(XdrDataOutputStream stream, SendMore encodedSendMore) booleanstatic SendMorefromXdrBase64(String xdr) static SendMorefromXdrByteArray(byte[] xdr) inthashCode()voidsetNumMessages(Uint32 value) byte[]
-
Constructor Details
-
SendMore
public SendMore()
-
-
Method Details
-
getNumMessages
-
setNumMessages
-
encode
- 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
-