public abstract class PktSubheader extends PktBody
PktSerializable.DeserializeContext, PktSerializable.SerializeContext| Modifier and Type | Field and Description |
|---|---|
static int |
PREAMBLE_LENGTH |
static int |
PREAMBLE_LENGTH_V1 |
static byte |
V1 |
static byte |
VERSION |
count, head, next, prev| Modifier and Type | Method and Description |
|---|---|
abstract int |
getSerializedLength(ByteBuffer buffer,
int offset)
Get the serialized length from the serialized form
|
static int |
getType(ByteBuffer buffer,
int offset)
Get the subheader type from a serialized subheader preamble.
|
static int |
getType(long addr,
int offset)
Get the subheader type from a serialized subheader preamble.
|
deserialize, deserialize, deserialize, deserialize, deserialize, deserialize, deserialize, deserialize, dump, getBuffer, getInitialBufferLength, getSerializedLength, getType, initializeBuffer, isNative, reset, serialize, serialize, serialize, serialize, serialize, serialize, serializedeserialize, getDeserializationPolicy, getSerializationPolicy, isValidDeserializationPolicy, isValidSerializationPolicy, serialize, setDeserializationPolicy, setSerializationPolicycount, insertAfter, insertBefore, isLinked, next, previous, unlink, wipepublic static final byte V1
public static final byte VERSION
public static final int PREAMBLE_LENGTH_V1
public static final int PREAMBLE_LENGTH
public static final int getType(ByteBuffer buffer, int offset)
public static final int getType(long addr,
int offset)
public abstract int getSerializedLength(ByteBuffer buffer, int offset)
Copyright © 2019 Neeve Research, LLC. All Rights Reserved.