public class SpaceDescriptorChunk extends Chunk
Modifier and Type | Field and Description |
---|---|
private int |
numSpaces |
private static int |
SPACE_DESCRIPTOR_CHUNK_ID |
static int |
SPACE_DESCRIPTOR_COUNT_OFFSET |
static int |
SPACE_DESCRIPTOR_DATA_OFFSET |
DATA_OFFSET, DEFAULT_CHUNK_SIZE
ENCODING_SPACE_DOUBLE, ENCODING_SPACE_INT, ENCODING_SPACE_LONG
Constructor and Description |
---|
SpaceDescriptorChunk() |
addByte, addDouble, addDoubleUnchecked, addInt, addIntUnchecked, addLong, addLongUnchecked, addString, addStringInternal, getPosition, hasRoom, putIntAt, seek, write
private static final int SPACE_DESCRIPTOR_CHUNK_ID
public static final int SPACE_DESCRIPTOR_COUNT_OFFSET
public static final int SPACE_DESCRIPTOR_DATA_OFFSET
private int numSpaces
SpaceDescriptorChunk()