Package com.pff

Class PSTTableItem

java.lang.Object
com.pff.PSTTableItem
Direct Known Subclasses:
PSTTable7CItem, PSTTableBCItem

class PSTTableItem extends Object
Generic table item. Provides some basic string functions
  • Field Details

    • VALUE_TYPE_PT_UNICODE

      public static final int VALUE_TYPE_PT_UNICODE
      See Also:
    • VALUE_TYPE_PT_STRING8

      public static final int VALUE_TYPE_PT_STRING8
      See Also:
    • VALUE_TYPE_PT_BIN

      public static final int VALUE_TYPE_PT_BIN
      See Also:
    • itemIndex

      public int itemIndex
    • entryType

      public int entryType
    • entryValueType

      public int entryValueType
    • entryValueReference

      public int entryValueReference
    • data

      public byte[] data
    • isExternalValueReference

      public boolean isExternalValueReference
    • dateFormatter

      private SimpleDateFormat dateFormatter
    • utcTimeZone

      private static SimpleTimeZone utcTimeZone
  • Constructor Details

    • PSTTableItem

      PSTTableItem()
  • Method Details

    • getLongValue

      public long getLongValue()
    • getStringValue

      public String getStringValue()
    • getStringValue

      public String getStringValue(int stringType)
      get a string value of the data
      Parameters:
      forceString - if true, you won't get the hex representation of the data
      Returns:
    • toString

      public String toString()
      Overrides:
      toString in class Object