class PSTTable7C extends PSTTable
Modifier and Type | Class and Description |
---|---|
(package private) class |
PSTTable7C.ColumnDescriptor |
PSTTable.NodeInfo
Modifier and Type | Field and Description |
---|---|
private int |
BLOCK_SIZE |
private int |
cCols |
(package private) PSTTable7C.ColumnDescriptor[] |
columnDescriptors |
private java.util.List<java.util.HashMap<java.lang.Integer,PSTTable7CItem>> |
items |
(package private) java.util.HashMap<java.lang.Integer,java.lang.Integer> |
keyMap |
private int |
numberOfDataSets |
private int |
overrideCol |
private PSTTable.NodeInfo |
rowNodeInfo |
private int |
TCI_1b |
private int |
TCI_bm |
arrayBlocks, description, hidRoot, hidUserRoot, numberOfIndexLevels, numberOfKeys, sizeOfItemKey, sizeOfItemValue, tableType, tableTypeByte
Modifier | Constructor and Description |
---|---|
protected |
PSTTable7C(PSTNodeInputStream in,
java.util.HashMap<java.lang.Integer,PSTDescriptorItem> subNodeDescriptorItems) |
protected |
PSTTable7C(PSTNodeInputStream in,
java.util.HashMap<java.lang.Integer,PSTDescriptorItem> subNodeDescriptorItems,
int entityToExtract) |
Modifier and Type | Method and Description |
---|---|
(package private) java.util.List<java.util.HashMap<java.lang.Integer,PSTTable7CItem>> |
getItems()
get all the items parsed out of this table.
|
(package private) java.util.List<java.util.HashMap<java.lang.Integer,PSTTable7CItem>> |
getItems(int startAtRecord,
int numberOfRecordsToReturn) |
java.lang.String |
getItemsString() |
int |
getRowCount()
get the number of items stored in this table.
|
java.lang.String |
toString() |
getNodeInfo, releaseRawData
private final int BLOCK_SIZE
private java.util.List<java.util.HashMap<java.lang.Integer,PSTTable7CItem>> items
private int numberOfDataSets
private int cCols
private int TCI_bm
private PSTTable.NodeInfo rowNodeInfo
private int TCI_1b
private int overrideCol
PSTTable7C.ColumnDescriptor[] columnDescriptors
java.util.HashMap<java.lang.Integer,java.lang.Integer> keyMap
protected PSTTable7C(PSTNodeInputStream in, java.util.HashMap<java.lang.Integer,PSTDescriptorItem> subNodeDescriptorItems) throws PSTException, java.io.IOException
PSTException
java.io.IOException
protected PSTTable7C(PSTNodeInputStream in, java.util.HashMap<java.lang.Integer,PSTDescriptorItem> subNodeDescriptorItems, int entityToExtract) throws PSTException, java.io.IOException
PSTException
java.io.IOException
java.util.List<java.util.HashMap<java.lang.Integer,PSTTable7CItem>> getItems() throws PSTException, java.io.IOException
PSTException
java.io.IOException
java.util.List<java.util.HashMap<java.lang.Integer,PSTTable7CItem>> getItems(int startAtRecord, int numberOfRecordsToReturn) throws PSTException, java.io.IOException
PSTException
java.io.IOException
public int getRowCount()
PSTTable
getRowCount
in class PSTTable
public java.lang.String toString()
toString
in class java.lang.Object
public java.lang.String getItemsString()