public final class AmqpVariableLength8FW extends Flyweight
| Modifier and Type | Class | Description |
|---|---|---|
static class |
AmqpVariableLength8FW.Builder |
Flyweight.Visitor<T>| Modifier and Type | Field | Description |
|---|---|---|
static int |
FIELD_OFFSET_CONSTRUCTOR |
|
static int |
FIELD_OFFSET_LENGTH |
| Constructor | Description |
|---|---|
AmqpVariableLength8FW() |
| Modifier and Type | Method | Description |
|---|---|---|
AmqpTypeFW |
constructor() |
|
int |
length() |
|
int |
limit() |
|
java.lang.String |
toString() |
|
AmqpVariableLength8FW |
tryWrap(org.agrona.DirectBuffer buffer,
int offset,
int maxLimit) |
|
AmqpVariableLength8FW |
wrap(org.agrona.DirectBuffer buffer,
int offset,
int maxLimit) |
public static final int FIELD_OFFSET_CONSTRUCTOR
public static final int FIELD_OFFSET_LENGTH
public AmqpTypeFW constructor()
public int length()
public AmqpVariableLength8FW wrap(org.agrona.DirectBuffer buffer, int offset, int maxLimit)
public AmqpVariableLength8FW tryWrap(org.agrona.DirectBuffer buffer, int offset, int maxLimit)
public java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2020. All rights reserved.