public class StringTableChunk extends Chunk
Modifier and Type | Field and Description |
---|---|
private int |
numberOfStrings |
static int |
STRING_COUNT_OFFSET |
static int |
STRING_DATA_OFFSET |
static int |
STRING_TABLE_ID |
DATA_OFFSET, DEFAULT_CHUNK_SIZE
ENCODING_SPACE_DOUBLE, ENCODING_SPACE_INT, ENCODING_SPACE_LONG
Constructor and Description |
---|
StringTableChunk() |
Modifier and Type | Method and Description |
---|---|
boolean |
add(int index,
String val) |
void |
close() |
boolean |
hasData() |
void |
reset() |
addByte, addDouble, addDoubleUnchecked, addInt, addIntUnchecked, addLong, addLongUnchecked, addString, addStringInternal, getPosition, hasRoom, putIntAt, seek, write
public static final int STRING_TABLE_ID
public static final int STRING_COUNT_OFFSET
public static final int STRING_DATA_OFFSET
private int numberOfStrings
public StringTableChunk()