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