public final class MessageHeaderDecoder
extends java.lang.Object
implements org.agrona.sbe.CompositeDecoderFlyweight
| Modifier and Type | Field and Description |
|---|---|
static java.nio.ByteOrder |
BYTE_ORDER |
static int |
ENCODED_LENGTH |
static int |
SCHEMA_ID |
static int |
SCHEMA_VERSION |
| Constructor and Description |
|---|
MessageHeaderDecoder() |
public static final int SCHEMA_ID
public static final int SCHEMA_VERSION
public static final int ENCODED_LENGTH
public static final java.nio.ByteOrder BYTE_ORDER
public MessageHeaderDecoder wrap(org.agrona.DirectBuffer buffer, int offset)
wrap in interface org.agrona.sbe.CompositeDecoderFlyweightpublic org.agrona.DirectBuffer buffer()
buffer in interface org.agrona.sbe.Flyweightpublic int offset()
offset in interface org.agrona.sbe.Flyweightpublic int encodedLength()
encodedLength in interface org.agrona.sbe.Flyweightpublic int sbeSchemaId()
sbeSchemaId in interface org.agrona.sbe.Flyweightpublic int sbeSchemaVersion()
sbeSchemaVersion in interface org.agrona.sbe.Flyweightpublic static int blockLengthEncodingOffset()
public static int blockLengthEncodingLength()
public static int blockLengthSinceVersion()
public static int blockLengthNullValue()
public static int blockLengthMinValue()
public static int blockLengthMaxValue()
public int blockLength()
public static int templateIdEncodingOffset()
public static int templateIdEncodingLength()
public static int templateIdSinceVersion()
public static int templateIdNullValue()
public static int templateIdMinValue()
public static int templateIdMaxValue()
public int templateId()
public static int schemaIdEncodingOffset()
public static int schemaIdEncodingLength()
public static int schemaIdSinceVersion()
public static int schemaIdNullValue()
public static int schemaIdMinValue()
public static int schemaIdMaxValue()
public int schemaId()
public static int versionEncodingOffset()
public static int versionEncodingLength()
public static int versionSinceVersion()
public static int versionNullValue()
public static int versionMinValue()
public static int versionMaxValue()
public int version()
public java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.StringBuilder appendTo(java.lang.StringBuilder builder)
Copyright © 2015-2022 Real Logic Limited. All Rights Reserved.