Package com.pff
Class PSTTableBC
- java.lang.Object
-
- com.pff.PSTTable
-
- com.pff.PSTTableBC
-
class PSTTableBC extends PSTTable
The BC Table type. (Property Context) Used by pretty much everything.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.pff.PSTTable
PSTTable.NodeInfo
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.StringBuilder
descBuffer
private boolean
isDescNotYetInitiated
private java.util.HashMap<java.lang.Integer,PSTTableBCItem>
items
-
Fields inherited from class com.pff.PSTTable
arrayBlocks, description, hidRoot, hidUserRoot, numberOfIndexLevels, numberOfKeys, sizeOfItemKey, sizeOfItemValue, tableType, tableTypeByte
-
-
Constructor Summary
Constructors Constructor Description PSTTableBC(PSTNodeInputStream in)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.HashMap<java.lang.Integer,PSTTableBCItem>
getItems()
get the items parsed out of this table.java.lang.String
toString()
-
Methods inherited from class com.pff.PSTTable
getNodeInfo, getRowCount, releaseRawData
-
-
-
-
Field Detail
-
items
private java.util.HashMap<java.lang.Integer,PSTTableBCItem> items
-
descBuffer
private java.lang.StringBuilder descBuffer
-
isDescNotYetInitiated
private boolean isDescNotYetInitiated
-
-
Constructor Detail
-
PSTTableBC
PSTTableBC(PSTNodeInputStream in) throws PSTException, java.io.IOException
- Throws:
PSTException
java.io.IOException
-
-
Method Detail
-
getItems
public java.util.HashMap<java.lang.Integer,PSTTableBCItem> getItems()
get the items parsed out of this table.- Returns:
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-