Package com.pff
Class PSTTable7C
java.lang.Object
com.pff.PSTTable
com.pff.PSTTable7C
Specific functions for the 7c table type ("Table Context").
This is used for attachments.
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class com.pff.PSTTable
PSTTable.NodeInfo -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final intprivate int(package private) PSTTable7C.ColumnDescriptor[]private List<HashMap<Integer, PSTTable7CItem>> private intprivate intprivate PSTTable.NodeInfoprivate intprivate intFields inherited from class com.pff.PSTTable
arrayBlocks, description, hidRoot, hidUserRoot, numberOfIndexLevels, numberOfKeys, sizeOfItemKey, sizeOfItemValue, tableType, tableTypeByte -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedPSTTable7C(PSTNodeInputStream in, HashMap<Integer, PSTDescriptorItem> subNodeDescriptorItems) protectedPSTTable7C(PSTNodeInputStream in, HashMap<Integer, PSTDescriptorItem> subNodeDescriptorItems, int entityToExtract) -
Method Summary
Modifier and TypeMethodDescription(package private) List<HashMap<Integer, PSTTable7CItem>> getItems()get all the items parsed out of this table.(package private) List<HashMap<Integer, PSTTable7CItem>> getItems(int startAtRecord, int numberOfRecordsToReturn) intget the number of items stored in this table.toString()Methods inherited from class com.pff.PSTTable
getNodeInfo, releaseRawData
-
Field Details
-
BLOCK_SIZE
private final int BLOCK_SIZE- See Also:
-
items
-
numberOfDataSets
private int numberOfDataSets -
cCols
private int cCols -
TCI_bm
private int TCI_bm -
rowNodeInfo
-
TCI_1b
private int TCI_1b -
overrideCol
private int overrideCol -
columnDescriptors
PSTTable7C.ColumnDescriptor[] columnDescriptors -
keyMap
-
-
Constructor Details
-
PSTTable7C
protected PSTTable7C(PSTNodeInputStream in, HashMap<Integer, PSTDescriptorItem> subNodeDescriptorItems) throws PSTException, IOException- Throws:
PSTExceptionIOException
-
PSTTable7C
protected PSTTable7C(PSTNodeInputStream in, HashMap<Integer, PSTDescriptorItem> subNodeDescriptorItems, int entityToExtract) throws PSTException, IOException- Throws:
PSTExceptionIOException
-
-
Method Details
-
getItems
get all the items parsed out of this table.- Returns:
- Throws:
PSTExceptionIOException
-
getItems
List<HashMap<Integer,PSTTable7CItem>> getItems(int startAtRecord, int numberOfRecordsToReturn) throws PSTException, IOException - Throws:
PSTExceptionIOException
-
getRowCount
public int getRowCount()Description copied from class:PSTTableget the number of items stored in this table.- Overrides:
getRowCountin classPSTTable- Returns:
-
toString
-
getItemsString
-