Package com.pff

Class DescriptorIndexNode

java.lang.Object
com.pff.DescriptorIndexNode

public class DescriptorIndexNode extends Object
DescriptorIndexNode is a leaf item from the Descriptor index b-tree It is like a pointer to an element in the PST file, everything has one...
  • Field Details

    • descriptorIdentifier

      public int descriptorIdentifier
    • dataOffsetIndexIdentifier

      public long dataOffsetIndexIdentifier
    • localDescriptorsOffsetIndexIdentifier

      public long localDescriptorsOffsetIndexIdentifier
    • parentDescriptorIndexIdentifier

      public int parentDescriptorIndexIdentifier
    • itemType

      public int itemType
  • Constructor Details

    • DescriptorIndexNode

      DescriptorIndexNode(byte[] data, int pstFileType)
      parse the data out into something meaningful
      Parameters:
      data -
  • Method Details