|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.poi.hdf.model.hdftypes.PlexOfCps
common data structure in a Word file. Contains an array of 4 byte ints in the front that relate to an array of abitrary data structures in the back. This class acts more like a pointer. In the sense that it doesn't store any data. It only provides convenience methods for accessing a particular PlexOfCps
Constructor Summary | |
PlexOfCps(int size,
int sizeOfStruct)
Constructor |
Method Summary | |
int |
getIntOffset(int index)
|
int |
getStructOffset(int index)
Returns the offset, in bytes, from the beginning if this PlexOfCps to the data structure at index. |
int |
length()
returns the number of data structures in this PlexOfCps. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public PlexOfCps(int size, int sizeOfStruct)
size
- The size in bytes of this PlexOfCpssizeOfStruct
- The size of the data structure type stored in
this PlexOfCps.Method Detail |
public int getIntOffset(int index)
public int length()
public int getStructOffset(int index)
index
- The index of the data structure.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |