Package com.pff

Class PSTTableBC


  • class PSTTableBC
    extends PSTTable
    The BC Table type. (Property Context) Used by pretty much everything.
    • Field Detail

      • items

        private java.util.HashMap<java.lang.Integer,​PSTTableBCItem> items
      • descBuffer

        private java.lang.StringBuilder descBuffer
      • isDescNotYetInitiated

        private boolean isDescNotYetInitiated
    • 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 class java.lang.Object