Package com.pff

Class PSTConversationIndex

java.lang.Object
com.pff.PSTConversationIndex

public class PSTConversationIndex extends Object
Class to hold decoded PidTagConversationIndex
  • Field Details

  • Constructor Details

    • PSTConversationIndex

      protected PSTConversationIndex(byte[] rawConversationIndex)
  • Method Details

    • getDeliveryTime

      public Date getDeliveryTime()
    • getGuid

      public UUID getGuid()
    • getResponseLevels

      public List<PSTConversationIndex.ResponseLevel> getResponseLevels()
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • decodeHeader

      private void decodeHeader(byte[] rawConversationIndex)
    • decodeResponseLevel

      private void decodeResponseLevel(byte[] rawConversationIndex)