|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--hotline.iconlib.HLData
stores file info data of an object like an ICON or a GIFf, such as its identity, name, size and offset in the hotline.dat file
| Constructor Summary | |
HLData()
initalizes the class variables |
|
| Method Summary | |
int |
getDataOffset()
returns the offset of the ICON, GIFf, ... data block |
int |
getDataSize()
returns the size of the ICON, GIFf, ... data block in the file |
int |
getIdentity()
returns the identity of the ICON, GIFf, ... |
java.lang.String |
getName()
returns the name of the ICON, GIFf, ... |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public HLData()
| Method Detail |
public int getIdentity()
public java.lang.String getName()
public int getDataSize()
public int getDataOffset()
| |||||||