hotline.iconlib
Class HLData

java.lang.Object
  |
  +--hotline.iconlib.HLData

public class HLData
extends java.lang.Object

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

See Also:
developer site

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

HLData

public HLData()
initalizes the class variables

Method Detail

getIdentity

public int getIdentity()
returns the identity of the ICON, GIFf, ...

Returns:
identity

getName

public java.lang.String getName()
returns the name of the ICON, GIFf, ...

Returns:
name of the ICON, GIFf...

getDataSize

public int getDataSize()
returns the size of the ICON, GIFf, ... data block in the file

Returns:
size of the data block

getDataOffset

public int getDataOffset()
returns the offset of the ICON, GIFf, ... data block

Returns:
offset of the data block