| Package | Description |
|---|---|
| uk.co.real_logic.sbe | |
| uk.co.real_logic.sbe.ir | |
| uk.co.real_logic.sbe.xml |
| Modifier and Type | Method and Description |
|---|---|
PrimitiveValue |
PrimitiveType.maxValue()
The maxValue of the primitive type.
|
PrimitiveValue |
PrimitiveType.minValue()
The minValue of the primitive type.
|
PrimitiveValue |
PrimitiveType.nullValue()
The nullValue of the primitive type.
|
static PrimitiveValue |
PrimitiveValue.parse(String value,
PrimitiveType primitiveType)
Parse constant value string and set representation based on type
|
static PrimitiveValue |
PrimitiveValue.parse(String value,
PrimitiveType primitiveType,
int length,
String characterEncoding)
Parse constant value string and set representation based on type, length, and characterEncoding
|
| Modifier and Type | Method and Description |
|---|---|
PrimitiveValue |
Encoding.applicableMaxValue()
The most applicable max value for the encoded type.
|
PrimitiveValue |
Encoding.applicableMinValue()
The most applicable min value for the encoded type.
|
PrimitiveValue |
Encoding.applicableNullValue()
The most applicable null value for the encoded type.
|
PrimitiveValue |
Encoding.constValue()
The constant value for the token or null if not set.
|
static PrimitiveValue |
IrUtil.get(DirectBuffer buffer,
PrimitiveType type,
int length) |
PrimitiveValue |
Encoding.maxValue()
The max value for the token or null if not set.
|
PrimitiveValue |
Encoding.minValue()
The min value for the token or null if not set.
|
PrimitiveValue |
Encoding.nullValue()
The null value for the token or null if not set.
|
| Modifier and Type | Method and Description |
|---|---|
Encoding.Builder |
Encoding.Builder.constValue(PrimitiveValue constValue) |
Encoding.Builder |
Encoding.Builder.maxValue(PrimitiveValue maxValue) |
Encoding.Builder |
Encoding.Builder.minValue(PrimitiveValue minValue) |
Encoding.Builder |
Encoding.Builder.nullValue(PrimitiveValue nullValue) |
static int |
IrUtil.put(DirectBuffer buffer,
PrimitiveValue value,
PrimitiveType type) |
| Constructor and Description |
|---|
Encoding(PrimitiveType primitiveType,
Encoding.Presence presence,
ByteOrder byteOrder,
PrimitiveValue minValue,
PrimitiveValue maxValue,
PrimitiveValue nullValue,
PrimitiveValue constValue,
String characterEncoding,
String epoch,
String timeUnit,
String semanticType) |
| Modifier and Type | Method and Description |
|---|---|
PrimitiveValue |
EncodedDataType.constVal()
The constant value of the type if specified
|
PrimitiveValue |
EncodedDataType.maxValue()
The maxValue of the type
|
PrimitiveValue |
EncodedDataType.minValue()
The minValue of the type
|
PrimitiveValue |
EnumType.nullValue()
The nullValue of the type
|
PrimitiveValue |
EncodedDataType.nullValue()
The nullValue of the type
|
PrimitiveValue |
SetType.Choice.primitiveValue()
The
PrimitiveValue representation of the bitset choice. |
PrimitiveValue |
EnumType.ValidValue.primitiveValue()
PrimitiveType for the EnumType.ValidValue. |
| Modifier and Type | Method and Description |
|---|---|
SetType.Choice |
SetType.getChoice(PrimitiveValue value)
Get the
SetType.Choice represented by a PrimitiveValue. |
EnumType.ValidValue |
EnumType.getValidValue(PrimitiveValue value)
Get the
EnumType.ValidValue represented by a PrimitiveValue. |
Copyright © 2013 Real Logic Ltd. All Rights Reserved.