Package io.deephaven.sbe.standalone.gen
Class MessageHeaderDecoder
java.lang.Object
io.deephaven.sbe.standalone.gen.MessageHeaderDecoder
Message identifiers and length of message root
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionappendTo
(StringBuilder builder) int
static int
static int
static int
static int
static int
static int
org.agrona.DirectBuffer
buffer()
int
int
offset()
int
schemaId()
static int
static int
static int
static int
static int
static int
int
static int
static int
static int
static int
static int
static int
toString()
int
version()
static int
static int
static int
static int
static int
static int
wrap
(org.agrona.DirectBuffer buffer, int offset)
-
Field Details
-
ENCODED_LENGTH
public static final int ENCODED_LENGTH- See Also:
-
BYTE_ORDER
-
-
Constructor Details
-
MessageHeaderDecoder
public MessageHeaderDecoder()
-
-
Method Details
-
wrap
-
buffer
public org.agrona.DirectBuffer buffer() -
offset
public int offset() -
encodedLength
public int encodedLength() -
blockLengthEncodingOffset
public static int blockLengthEncodingOffset() -
blockLengthEncodingLength
public static int blockLengthEncodingLength() -
blockLengthSinceVersion
public static int blockLengthSinceVersion() -
blockLengthNullValue
public static int blockLengthNullValue() -
blockLengthMinValue
public static int blockLengthMinValue() -
blockLengthMaxValue
public static int blockLengthMaxValue() -
blockLength
public int blockLength() -
templateIdEncodingOffset
public static int templateIdEncodingOffset() -
templateIdEncodingLength
public static int templateIdEncodingLength() -
templateIdSinceVersion
public static int templateIdSinceVersion() -
templateIdNullValue
public static int templateIdNullValue() -
templateIdMinValue
public static int templateIdMinValue() -
templateIdMaxValue
public static int templateIdMaxValue() -
templateId
public int templateId() -
schemaIdEncodingOffset
public static int schemaIdEncodingOffset() -
schemaIdEncodingLength
public static int schemaIdEncodingLength() -
schemaIdSinceVersion
public static int schemaIdSinceVersion() -
schemaIdNullValue
public static int schemaIdNullValue() -
schemaIdMinValue
public static int schemaIdMinValue() -
schemaIdMaxValue
public static int schemaIdMaxValue() -
schemaId
public int schemaId() -
versionEncodingOffset
public static int versionEncodingOffset() -
versionEncodingLength
public static int versionEncodingLength() -
versionSinceVersion
public static int versionSinceVersion() -
versionNullValue
public static int versionNullValue() -
versionMinValue
public static int versionMinValue() -
versionMaxValue
public static int versionMaxValue() -
version
public int version() -
toString
-
appendTo
-