Package io.deephaven.sbe.standalone.gen
Class MessageHeaderEncoder
java.lang.Object
io.deephaven.sbe.standalone.gen.MessageHeaderEncoder
public class MessageHeaderEncoder extends Object
Message identifiers and length of message root
-
Field Summary
Fields Modifier and Type Field Description static ByteOrder
BYTE_ORDER
static int
ENCODED_LENGTH
-
Constructor Summary
Constructors Constructor Description MessageHeaderEncoder()
-
Method Summary
-
Field Details
-
ENCODED_LENGTH
public static final int ENCODED_LENGTH- See Also:
- Constant Field Values
-
BYTE_ORDER
-
-
Constructor Details
-
MessageHeaderEncoder
public MessageHeaderEncoder()
-
-
Method Details
-
wrap
-
buffer
public org.agrona.MutableDirectBuffer buffer() -
offset
public int offset() -
encodedLength
public int encodedLength() -
blockLengthEncodingOffset
public static int blockLengthEncodingOffset() -
blockLengthEncodingLength
public static int blockLengthEncodingLength() -
blockLengthNullValue
public static int blockLengthNullValue() -
blockLengthMinValue
public static int blockLengthMinValue() -
blockLengthMaxValue
public static int blockLengthMaxValue() -
blockLength
-
templateIdEncodingOffset
public static int templateIdEncodingOffset() -
templateIdEncodingLength
public static int templateIdEncodingLength() -
templateIdNullValue
public static int templateIdNullValue() -
templateIdMinValue
public static int templateIdMinValue() -
templateIdMaxValue
public static int templateIdMaxValue() -
templateId
-
schemaIdEncodingOffset
public static int schemaIdEncodingOffset() -
schemaIdEncodingLength
public static int schemaIdEncodingLength() -
schemaIdNullValue
public static int schemaIdNullValue() -
schemaIdMinValue
public static int schemaIdMinValue() -
schemaIdMaxValue
public static int schemaIdMaxValue() -
schemaId
-
versionEncodingOffset
public static int versionEncodingOffset() -
versionEncodingLength
public static int versionEncodingLength() -
versionNullValue
public static int versionNullValue() -
versionMinValue
public static int versionMinValue() -
versionMaxValue
public static int versionMaxValue() -
version
-
toString
-
appendTo
-