Package com.pff

Class DescriptorIndexNode


  • public class DescriptorIndexNode
    extends java.lang.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 Detail

      • descriptorIdentifier

        public int descriptorIdentifier
      • dataOffsetIndexIdentifier

        public long dataOffsetIndexIdentifier
      • localDescriptorsOffsetIndexIdentifier

        public long localDescriptorsOffsetIndexIdentifier
      • parentDescriptorIndexIdentifier

        public int parentDescriptorIndexIdentifier
      • itemType

        public int itemType
    • Constructor Detail

      • DescriptorIndexNode

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

      • toString

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