public class RequestResend extends ProtoStruct
| Modifier and Type | Field and Description |
|---|---|
static byte |
HEADER |
| Constructor and Description |
|---|
RequestResend(java.io.InputStream stream) |
RequestResend(long messageId) |
| Modifier and Type | Method and Description |
|---|---|
protected byte |
getHeader() |
int |
getLength() |
long |
getMessageId() |
protected void |
readBody(java.io.InputStream bs) |
protected void |
writeBody(java.io.OutputStream bs) |
readObject, writeObjecttoByteArraypublic static final byte HEADER
public RequestResend(long messageId)
public RequestResend(java.io.InputStream stream)
throws java.io.IOException
java.io.IOExceptionpublic long getMessageId()
public int getLength()
getLength in class ProtoObjectprotected byte getHeader()
getHeader in class ProtoStructprotected void writeBody(java.io.OutputStream bs)
throws java.io.IOException
writeBody in class ProtoStructjava.io.IOExceptionprotected void readBody(java.io.InputStream bs)
throws java.io.IOException
readBody in class ProtoStructjava.io.IOException