class PSTTable
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
(package private) class |
PSTTable.NodeInfo |
Modifier and Type | Field and Description |
---|---|
protected java.lang.Long[] |
arrayBlocks |
protected java.lang.String |
description |
protected int |
hidRoot |
protected int |
hidUserRoot |
private PSTNodeInputStream |
in |
protected int |
numberOfIndexLevels |
protected int |
numberOfKeys |
protected int |
sizeOfItemKey |
protected int |
sizeOfItemValue |
private java.util.HashMap<java.lang.Integer,PSTDescriptorItem> |
subNodeDescriptorItems |
protected java.lang.String |
tableType |
protected byte |
tableTypeByte |
Modifier | Constructor and Description |
---|---|
protected |
PSTTable(PSTNodeInputStream in,
java.util.HashMap<java.lang.Integer,PSTDescriptorItem> subNodeDescriptorItems) |
Modifier and Type | Method and Description |
---|---|
protected PSTTable.NodeInfo |
getNodeInfo(int hnid) |
int |
getRowCount()
get the number of items stored in this table.
|
protected void |
releaseRawData() |
protected java.lang.String tableType
protected byte tableTypeByte
protected int hidUserRoot
protected java.lang.Long[] arrayBlocks
protected int sizeOfItemKey
protected int sizeOfItemValue
protected int hidRoot
protected int numberOfKeys
protected int numberOfIndexLevels
private final PSTNodeInputStream in
private java.util.HashMap<java.lang.Integer,PSTDescriptorItem> subNodeDescriptorItems
protected java.lang.String description
protected PSTTable(PSTNodeInputStream in, java.util.HashMap<java.lang.Integer,PSTDescriptorItem> subNodeDescriptorItems) throws PSTException, java.io.IOException
PSTException
java.io.IOException
protected void releaseRawData()
public int getRowCount()
protected PSTTable.NodeInfo getNodeInfo(int hnid) throws PSTException, java.io.IOException
PSTException
java.io.IOException