public class PropertyTableChunk extends Chunk
| Modifier and Type | Field and Description |
|---|---|
private int |
numberOfProperties |
static int |
PROPERTY_COUNT_OFFSET |
static int |
PROPERTY_DATA_OFFSET |
static int |
PROPERTY_TABLE_ID |
DATA_OFFSET, DEFAULT_CHUNK_SIZEENCODING_SPACE_DOUBLE, ENCODING_SPACE_INT, ENCODING_SPACE_LONG| Constructor and Description |
|---|
PropertyTableChunk() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
add(String prop,
String val) |
void |
close() |
boolean |
hasData() |
void |
reset() |
addByte, addDouble, addDoubleUnchecked, addInt, addIntUnchecked, addLong, addLongUnchecked, addString, addStringInternal, getPosition, hasRoom, putIntAt, seek, writepublic static final int PROPERTY_TABLE_ID
public static final int PROPERTY_COUNT_OFFSET
public static final int PROPERTY_DATA_OFFSET
private int numberOfProperties
public PropertyTableChunk()