public class EventTypeChunk extends Chunk
| Modifier and Type | Field and Description |
|---|---|
static int |
EVENT_DATA_OFFSET |
static int |
EVENT_TYPE_ID |
static int |
EVENT_TYPE_OFFSET |
private int |
numberOfEventTypes |
DATA_OFFSET, DEFAULT_CHUNK_SIZEENCODING_SPACE_DOUBLE, ENCODING_SPACE_INT, ENCODING_SPACE_LONG| Constructor and Description |
|---|
EventTypeChunk() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
add(EventType et) |
void |
close() |
boolean |
hasData() |
void |
reset() |
addByte, addDouble, addDoubleUnchecked, addInt, addIntUnchecked, addLong, addLongUnchecked, addString, addStringInternal, getPosition, hasRoom, putIntAt, seek, writepublic static final int EVENT_TYPE_ID
public static final int EVENT_TYPE_OFFSET
public static final int EVENT_DATA_OFFSET
private int numberOfEventTypes
public EventTypeChunk()