public class ReadReply extends ErrorReply
| Modifier and Type | Field and Description |
|---|---|
private ByteBuffer |
data |
| Constructor and Description |
|---|
ReadReply(int e,
ByteBuffer d) |
| Modifier and Type | Method and Description |
|---|---|
ByteBuffer |
getData()
The effective data transfered.
|
ByteBuffer |
push(ByteBuffer into)
The only common method to all payload is the ability to push themselfs
into a byte buffer.
|
getError, parseErrorCodeprivate final ByteBuffer data
ReadReply(int e,
ByteBuffer d)
public ByteBuffer getData()
public ByteBuffer push(ByteBuffer into)
AdsPayloadpush in class ErrorReply