Class MessageHeaderDecoder
java.lang.Object
uk.co.real_logic.sbe.ir.generated.MessageHeaderDecoder
Message identifiers and length of message root.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionappendTo(StringBuilder builder) intstatic intstatic intstatic intstatic intstatic intstatic intbuffer()intintoffset()intintintschemaId()static intstatic intstatic intstatic intstatic intstatic intintstatic intstatic intstatic intstatic intstatic intstatic inttoString()intversion()static intstatic intstatic intstatic intstatic intstatic intwrap(DirectBuffer buffer, int offset)
-
Field Details
-
SCHEMA_ID
public static final int SCHEMA_ID- See Also:
-
SCHEMA_VERSION
public static final int SCHEMA_VERSION- See Also:
-
SEMANTIC_VERSION
- See Also:
-
ENCODED_LENGTH
public static final int ENCODED_LENGTH- See Also:
-
BYTE_ORDER
-
-
Constructor Details
-
MessageHeaderDecoder
public MessageHeaderDecoder()
-
-
Method Details
-
wrap
-
buffer
-
offset
public int offset() -
encodedLength
public int encodedLength() -
sbeSchemaId
public int sbeSchemaId() -
sbeSchemaVersion
public int sbeSchemaVersion() -
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
-