public final class AmqpUIntFW extends Flyweight
| Modifier and Type | Class | Description |
|---|---|---|
static class |
AmqpUIntFW.Builder |
Flyweight.Visitor<T>| Modifier and Type | Field | Description |
|---|---|---|
static AmqpType |
KIND_UINT32 |
|
static AmqpType |
KIND_UINT8 |
|
static AmqpType |
KIND_ZERO |
| Constructor | Description |
|---|---|
AmqpUIntFW() |
| Modifier and Type | Method | Description |
|---|---|---|
long |
get() |
|
long |
getAsUint32() |
|
int |
getAsUint8() |
|
int |
getAsZero() |
|
AmqpType |
kind() |
|
int |
limit() |
|
java.lang.String |
toString() |
|
AmqpUIntFW |
tryWrap(org.agrona.DirectBuffer buffer,
int offset,
int maxLimit) |
|
AmqpUIntFW |
wrap(org.agrona.DirectBuffer buffer,
int offset,
int maxLimit) |
public static final AmqpType KIND_UINT32
public static final AmqpType KIND_UINT8
public static final AmqpType KIND_ZERO
public long getAsUint32()
public int getAsUint8()
public int getAsZero()
public AmqpType kind()
public long get()
public AmqpUIntFW tryWrap(org.agrona.DirectBuffer buffer, int offset, int maxLimit)
public AmqpUIntFW wrap(org.agrona.DirectBuffer buffer, int offset, int maxLimit)
public java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2020. All rights reserved.