Package com.pff

Class PSTTable7C


  • class PSTTable7C
    extends PSTTable
    Specific functions for the 7c table type ("Table Context"). This is used for attachments.
    • Field Detail

      • items

        private java.util.List<java.util.HashMap<java.lang.Integer,​PSTTable7CItem>> items
      • numberOfDataSets

        private int numberOfDataSets
      • cCols

        private int cCols
      • TCI_bm

        private int TCI_bm
      • TCI_1b

        private int TCI_1b
      • overrideCol

        private int overrideCol
      • keyMap

        java.util.HashMap<java.lang.Integer,​java.lang.Integer> keyMap
    • Method Detail

      • getItems

        java.util.List<java.util.HashMap<java.lang.Integer,​PSTTable7CItem>> getItems()
                                                                                    throws PSTException,
                                                                                           java.io.IOException
        get all the items parsed out of this table.
        Returns:
        Throws:
        PSTException
        java.io.IOException
      • getItems

        java.util.List<java.util.HashMap<java.lang.Integer,​PSTTable7CItem>> getItems​(int startAtRecord,
                                                                                           int numberOfRecordsToReturn)
                                                                                    throws PSTException,
                                                                                           java.io.IOException
        Throws:
        PSTException
        java.io.IOException
      • getRowCount

        public int getRowCount()
        Description copied from class: PSTTable
        get the number of items stored in this table.
        Overrides:
        getRowCount in class PSTTable
        Returns:
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • getItemsString

        public java.lang.String getItemsString()