public final class AmqpIntFW extends Flyweight
| Modifier and Type | Class | Description |
|---|---|---|
static class |
AmqpIntFW.Builder |
Flyweight.Visitor<T>| Modifier and Type | Field | Description |
|---|---|---|
static AmqpType |
KIND_INT32 |
|
static AmqpType |
KIND_INT8 |
| Constructor | Description |
|---|---|
AmqpIntFW() |
| Modifier and Type | Method | Description |
|---|---|---|
int |
get() |
|
int |
getAsInt32() |
|
int |
getAsInt8() |
|
AmqpType |
kind() |
|
int |
limit() |
|
java.lang.String |
toString() |
|
AmqpIntFW |
tryWrap(org.agrona.DirectBuffer buffer,
int offset,
int maxLimit) |
|
AmqpIntFW |
wrap(org.agrona.DirectBuffer buffer,
int offset,
int maxLimit) |
public static final AmqpType KIND_INT32
public static final AmqpType KIND_INT8
public int getAsInt32()
public int getAsInt8()
public AmqpType kind()
public int get()
public AmqpIntFW tryWrap(org.agrona.DirectBuffer buffer, int offset, int maxLimit)
public AmqpIntFW wrap(org.agrona.DirectBuffer buffer, int offset, int maxLimit)
public java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2020. All rights reserved.