public abstract class AdsPayload extends Object
| Constructor and Description |
|---|
AdsPayload() |
| Modifier and Type | Method and Description |
|---|---|
abstract ByteBuffer |
push(ByteBuffer into)
The only common method to all payload is the ability to push themselfs
into a byte buffer.
|
public abstract ByteBuffer push(ByteBuffer into)
into -