Package org.stellar.sdk.xdr
Class SendMoreExtended
java.lang.Object
org.stellar.sdk.xdr.SendMoreExtended
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic SendMoreExtendeddecode(XdrDataInputStream stream) voidencode(XdrDataOutputStream stream) static voidencode(XdrDataOutputStream stream, SendMoreExtended encodedSendMoreExtended) booleanstatic SendMoreExtendedfromXdrBase64(String xdr) static SendMoreExtendedfromXdrByteArray(byte[] xdr) inthashCode()voidsetNumBytes(Uint32 value) voidsetNumMessages(Uint32 value) byte[]
-
Constructor Details
-
SendMoreExtended
public SendMoreExtended()
-
-
Method Details
-
getNumMessages
-
setNumMessages
-
getNumBytes
-
setNumBytes
-
encode
public static void encode(XdrDataOutputStream stream, SendMoreExtended encodedSendMoreExtended) 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
-