public class ReadPayload extends IndexPayload
| Modifier and Type | Field and Description |
|---|---|
private long |
length |
| Constructor and Description |
|---|
ReadPayload(int groupidx,
long offidx,
long len) |
| Modifier and Type | Method and Description |
|---|---|
ByteBuffer |
push(ByteBuffer into)
The only common method to all payload is the ability to push themselfs
into a byte buffer.
|
pushIndexReadPayload(int groupidx,
long offidx,
long len)
commandid - public ByteBuffer push(ByteBuffer into)
AdsPayloadpush in class AdsPayload