org.apache.poi.hdf.model.hdftypes
@Deprecated public final class PlexOfCps extends java.lang.Object
| Constructor and Description |
|---|
PlexOfCps(int size,
int sizeOfStruct)
Deprecated.
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
int |
getIntOffset(int index)
Deprecated.
|
int |
getStructOffset(int index)
Deprecated.
Returns the offset, in bytes, from the beginning if this PlexOfCps to
the data structure at index.
|
int |
length()
Deprecated.
returns the number of data structures in this PlexOfCps.
|
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.public int getIntOffset(int index)
public int length()
public int getStructOffset(int index)
index - The index of the data structure.