| java.lang.Object org.apache.poi.hwpf.model.PlexOfCps
PlexOfCps | public class PlexOfCps (Code) | | 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.
author: Ryan Ackley |
Constructor Summary | |
public | PlexOfCps(int sizeOfStruct) | public | PlexOfCps(byte[] buf, int start, int size, int sizeOfStruct) |
PlexOfCps | public PlexOfCps(int sizeOfStruct)(Code) | | |
PlexOfCps | public PlexOfCps(byte[] buf, int start, int size, int sizeOfStruct)(Code) | | Constructor
Parameters: size - The size in bytes of this PlexOfCps Parameters: sizeOfStruct - The size of the data structure type stored inthis PlexOfCps. |
length | public int length()(Code) | | returns the number of data structures in this PlexOfCps.
The number of data structures in this PlexOfCps |
toByteArray | public byte[] toByteArray()(Code) | | |
|
|