|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--nwnintf.format.itp.ItpElement | +--nwnintf.format.itp.element.ItpInt64Elt
Field Summary |
Fields inherited from class nwnintf.format.itp.ItpElement |
DATA, NAMEIDX, SIZE, TYPE, TYPE_CAPREF, TYPE_DATREF, TYPE_FLOAT32, TYPE_FLOAT64, TYPE_INT16, TYPE_INT32, TYPE_INT64, TYPE_INT8, TYPE_LIST, TYPE_RESREF, TYPE_STRING, TYPE_STRREF, TYPE_UINT16, TYPE_UINT32, TYPE_UINT64, TYPE_UINT8 |
Constructor Summary | |
ItpInt64Elt(ItpFile f)
|
Method Summary | |
protected int |
childData(ItpWriter w)
Write the element type-specific data to ItpWriter and return the contents that should go in the data field in the element structure for output. |
void |
read(byte[] bytes,
int offset,
int varnameoffset,
int vardataoffset,
int listoffset)
|
int |
type()
|
Methods inherited from class nwnintf.format.itp.ItpElement |
file, name, newElement, removeChildren, setName, write |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ItpInt64Elt(ItpFile f)
Method Detail |
public void read(byte[] bytes, int offset, int varnameoffset, int vardataoffset, int listoffset)
read
in class ItpElement
public int type()
type
in class ItpElement
protected int childData(ItpWriter w) throws java.io.IOException
ItpElement
childData
in class ItpElement
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |