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