Package com.pff

Class PSTTable

  • Direct Known Subclasses:
    PSTTable7C, PSTTableBC

    class PSTTable
    extends java.lang.Object
    The PST Table is the workhorse of the whole system. It allows for an item to be read and broken down into the individual properties that it consists of. For most PST Objects, it appears that only 7c and bc table types are used.
    • Field Detail

      • tableType

        protected java.lang.String tableType
      • tableTypeByte

        protected byte tableTypeByte
      • hidUserRoot

        protected int hidUserRoot
      • arrayBlocks

        protected java.lang.Long[] arrayBlocks
      • sizeOfItemKey

        protected int sizeOfItemKey
      • sizeOfItemValue

        protected int sizeOfItemValue
      • hidRoot

        protected int hidRoot
      • numberOfKeys

        protected int numberOfKeys
      • numberOfIndexLevels

        protected int numberOfIndexLevels
      • subNodeDescriptorItems

        private java.util.HashMap<java.lang.Integer,​PSTDescriptorItem> subNodeDescriptorItems
      • description

        protected java.lang.String description
    • Method Detail

      • releaseRawData

        protected void releaseRawData()
      • getRowCount

        public int getRowCount()
        get the number of items stored in this table.
        Returns: