|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--hotline.iconlib.HLIndexTable
this class manages all tables, such as the GIFf-table, the ICON-table, ...
| Constructor Summary | |
HLIndexTable()
initializes the class variables and allocates memory |
|
| Method Summary | |
void |
add(hotline.iconlib.HLTable table)
adds a table (GIFf-, ICON-, ... table) |
hotline.iconlib.HLTable |
get(int index)
retrieve a HLTable object at a given index from the index table |
hotline.iconlib.HLTable |
set(int index,
hotline.iconlib.HLTable table)
replace an HLTable object at a given index in the data table |
int |
size()
report the number of elements in the data table |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public HLIndexTable()
| Method Detail |
public void add(hotline.iconlib.HLTable table)
table - table to add, must be a HLTable-objectpublic hotline.iconlib.HLTable get(int index)
index - index of the table. Note: depending on the hotline.dat version the order
may change, therefore you should use no fixed values but the appropriate
variables in HLExtractor,
HLExtractor
public hotline.iconlib.HLTable set(int index,
hotline.iconlib.HLTable table)
index - index of the object, if the index is greater or equal to the
size of the table, null is returned and nothing else happens
public int size()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||