public interface BinaryWireCode
| Modifier and Type | Field and Description |
|---|---|
static int |
ANCHOR
Anchor for cyclic references.
|
static int |
BYTES_LENGTH16
Code for a byte sequence with a 2 byte length prefix.
|
static int |
BYTES_LENGTH32
Code for a byte sequence with a 4 byte length prefix.
|
static int |
BYTES_LENGTH8
Code for a byte sequence with a length in the following one byte.
|
static int |
COMMENT
Comment text.
|
static int |
DATE
Date (days since epoch).
|
static int |
DATE_TIME
Date and time without zone.
|
static int |
EVENT_NAME
Event name string.
|
static int |
EVENT_OBJECT
Event object encoded in binary.
|
static int |
FALSE
Boolean false value.
|
static int |
FIELD_ANCHOR
Code referencing a previously written field.
|
static int |
FIELD_NAME_ANY
Field name encoded as text.
|
static int |
FIELD_NAME0
Field name with zero length.
|
static int |
FIELD_NAME31
Field name exactly 31 bytes long.
|
static int |
FIELD_NUMBER
Field number encoded as stop bit.
|
static int |
FLOAT_SET_LOW_0
Float value scaled by 1.
|
static int |
FLOAT_SET_LOW_2
Float value scaled by 10^2.
|
static int |
FLOAT_SET_LOW_4
Float value scaled by 10^4.
|
static int |
FLOAT_STOP_2
Float encoded with 2 decimal places using stop bits.
|
static int |
FLOAT_STOP_4
Float encoded with 4 decimal places.
|
static int |
FLOAT_STOP_6
Float encoded with 6 decimal places.
|
static int |
FLOAT32
32-bit float value.
|
static int |
FLOAT64
64-bit float value.
|
static int |
HINT
Hint for optimisation.
|
static int |
I64_ARRAY
Code for an array of signed 64-bit integers.
|
static int |
INT16
Signed 16-bit integer value.
|
static int |
INT32
Signed 32-bit integer value.
|
static int |
INT64
Signed 64-bit integer value.
|
static int |
INT64_0x
64-bit integer formatted as hexadecimal.
|
static int |
INT8
Signed 8-bit integer value.
|
static int |
NULL
Null marker.
|
static int |
PADDING
Generic padding marker.
|
static int |
PADDING32
32-bit padding marker.
|
static int |
SET_LOW_INT16
Set low 16-bit integer value.
|
static int |
SET_LOW_INT8
Set low 8-bit integer value.
|
static int |
STOP_BIT
Stop bit encoded integer.
|
static int |
STRING_0
String of length zero.
|
static int |
STRING_31
String exactly 31 bytes long.
|
static int |
STRING_ANY
Arbitrary string value.
|
static String[] |
STRING_FOR_CODE
Lookup table mapping codes to their textual name, useful for debugging.
|
static int |
TIME
Millisecond time of day.
|
static int |
TRUE
Boolean true value.
|
static int |
TYPE_LITERAL
Type literal string.
|
static int |
TYPE_PREFIX
Type prefix marker.
|
static int |
U8_ARRAY
Code for an array of unsigned bytes.
|
static int |
UINT16
Unsigned 16-bit integer value.
|
static int |
UINT32
Unsigned 32-bit integer value.
|
static int |
UINT8
Unsigned 8-bit integer value.
|
static int |
UPDATED_ALIAS
Indicates an alias update.
|
static int |
UUID
Universally unique identifier.
|
static int |
ZONED_DATE_TIME
Zoned date and time.
|
| Modifier and Type | Method and Description |
|---|---|
static String[] |
_stringForCode(Class<?> clazz)
Builds
STRING_FOR_CODE by reflecting over constant fields. |
static final int BYTES_LENGTH8
static final int BYTES_LENGTH16
static final int BYTES_LENGTH32
static final int FIELD_ANCHOR
static final int ANCHOR
static final int UPDATED_ALIAS
static final int U8_ARRAY
static final int I64_ARRAY
static final int PADDING32
static final int PADDING
static final int FLOAT32
static final int FLOAT64
static final int FLOAT_STOP_2
static final int FLOAT_STOP_4
static final int FLOAT_STOP_6
static final int FLOAT_SET_LOW_0
static final int FLOAT_SET_LOW_2
static final int FLOAT_SET_LOW_4
static final int UUID
static final int UINT8
static final int UINT16
static final int UINT32
static final int INT8
static final int INT16
static final int INT32
static final int INT64
static final int SET_LOW_INT8
static final int SET_LOW_INT16
static final int STOP_BIT
static final int INT64_0x
static final int FALSE
static final int TRUE
static final int TIME
static final int DATE
static final int DATE_TIME
static final int ZONED_DATE_TIME
static final int TYPE_PREFIX
static final int FIELD_NAME_ANY
static final int STRING_ANY
static final int EVENT_NAME
static final int FIELD_NUMBER
static final int NULL
static final int TYPE_LITERAL
static final int EVENT_OBJECT
static final int COMMENT
static final int HINT
static final int FIELD_NAME0
static final int FIELD_NAME31
static final int STRING_0
static final int STRING_31
static final String[] STRING_FOR_CODE
static String[] _stringForCode(Class<?> clazz)
STRING_FOR_CODE by reflecting over constant fields.Copyright © 2026 Chronicle Software Ltd. All rights reserved.