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