public class MessageHeader extends Object
| Constructor and Description |
|---|
MessageHeader() |
| Modifier and Type | Method and Description |
|---|---|
int |
blockLength() |
MessageHeader |
blockLength(int value) |
static int |
blockLengthMaxValue() |
static int |
blockLengthMinValue() |
static int |
blockLengthNullValue() |
int |
schemaId() |
MessageHeader |
schemaId(int value) |
static int |
schemaIdMaxValue() |
static int |
schemaIdMinValue() |
static int |
schemaIdNullValue() |
int |
size() |
int |
templateId() |
MessageHeader |
templateId(int value) |
static int |
templateIdMaxValue() |
static int |
templateIdMinValue() |
static int |
templateIdNullValue() |
int |
version() |
MessageHeader |
version(int value) |
static int |
versionMaxValue() |
static int |
versionMinValue() |
static int |
versionNullValue() |
MessageHeader |
wrap(DirectBuffer buffer,
int offset,
int actingVersion) |
public MessageHeader wrap(DirectBuffer buffer, int offset, int actingVersion)
public int size()
public static int blockLengthNullValue()
public static int blockLengthMinValue()
public static int blockLengthMaxValue()
public int blockLength()
public MessageHeader blockLength(int value)
public static int templateIdNullValue()
public static int templateIdMinValue()
public static int templateIdMaxValue()
public int templateId()
public MessageHeader templateId(int value)
public static int schemaIdNullValue()
public static int schemaIdMinValue()
public static int schemaIdMaxValue()
public int schemaId()
public MessageHeader schemaId(int value)
public static int versionNullValue()
public static int versionMinValue()
public static int versionMaxValue()
public int version()
public MessageHeader version(int value)
Copyright © 2013 Real Logic Ltd. All Rights Reserved.