| Modifier and Type | Class and Description |
|---|---|
static class |
AdsValue.Types
Short cut for the supported types.
|
| Modifier and Type | Field and Description |
|---|---|
private int |
bytes |
| Modifier | Constructor and Description |
|---|---|
protected |
AdsValue(int nr)
Provide the number of bytes in this value.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getBytes()
Returns the number of bytes required to fully describe a numerical value
of the specified type.
|
abstract Number |
pull(ByteBuffer from) |
abstract ByteBuffer |
push(ByteBuffer into,
Number n) |
protected AdsValue(int nr)
nr - public int getBytes()
public abstract Number pull(ByteBuffer from)
public abstract ByteBuffer push(ByteBuffer into, Number n)