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