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