public class FeedHeaderChunk extends RawChunk
Modifier and Type | Field and Description |
---|---|
private static int |
DEFUNCT_FIELD |
private static int |
MAGIC_WORD_1 |
private static int |
MAGIC_WORD_2 |
private static int |
MAJOR_VERSION |
private static int |
MINOR_VERSION |
ENCODING_SPACE_DOUBLE, ENCODING_SPACE_INT, ENCODING_SPACE_LONG
Constructor and Description |
---|
FeedHeaderChunk() |
addByte, addDouble, addDoubleUnchecked, addInt, addIntUnchecked, addLong, addLongUnchecked, addString, addStringInternal, close, getPosition, hasRoom, putIntAt, resetImpl, seek, write
private static final int MAGIC_WORD_1
private static final int MAGIC_WORD_2
private static final int MAJOR_VERSION
private static final int MINOR_VERSION
private static final int DEFUNCT_FIELD
public FeedHeaderChunk()