class PSTTableBC extends PSTTable
PSTTable.NodeInfo
Modifier and Type | Field and Description |
---|---|
private java.lang.StringBuilder |
descBuffer |
private boolean |
isDescNotYetInitiated |
private java.util.HashMap<java.lang.Integer,PSTTableBCItem> |
items |
arrayBlocks, description, hidRoot, hidUserRoot, numberOfIndexLevels, numberOfKeys, sizeOfItemKey, sizeOfItemValue, tableType, tableTypeByte
Constructor and Description |
---|
PSTTableBC(PSTNodeInputStream in) |
Modifier and Type | Method and Description |
---|---|
java.util.HashMap<java.lang.Integer,PSTTableBCItem> |
getItems()
get the items parsed out of this table.
|
java.lang.String |
toString() |
getNodeInfo, getRowCount, releaseRawData
private final java.util.HashMap<java.lang.Integer,PSTTableBCItem> items
private final java.lang.StringBuilder descBuffer
private boolean isDescNotYetInitiated
PSTTableBC(PSTNodeInputStream in) throws PSTException, java.io.IOException
PSTException
java.io.IOException
public java.util.HashMap<java.lang.Integer,PSTTableBCItem> getItems()
public java.lang.String toString()
toString
in class java.lang.Object