| Package | Description |
|---|---|
| uk.co.real_logic.sbe.ir |
| Modifier and Type | Method and Description |
|---|---|
static Encoding.Presence |
IrUtil.mapPresence(PresenceCodec presence) |
Encoding.Presence |
Encoding.presence()
Indicates the presence status of a field in a message.
|
static Encoding.Presence |
Encoding.Presence.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Encoding.Presence[] |
Encoding.Presence.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static PresenceCodec |
IrUtil.mapPresence(Encoding.Presence presence) |
Encoding.Builder |
Encoding.Builder.presence(Encoding.Presence presence) |
| 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) |
Copyright © 2013 Real Logic Ltd. All Rights Reserved.