Package com.pff

Class PSTDescriptorItem


  • class PSTDescriptorItem
    extends java.lang.Object
    The descriptor items contain information that describes a PST object. This is like extended table entries, usually when the data cannot fit in a traditional table item.
    • Field Detail

      • descriptorIdentifier

        int descriptorIdentifier
      • offsetIndexIdentifier

        int offsetIndexIdentifier
      • subNodeOffsetIndexIdentifier

        int subNodeOffsetIndexIdentifier
      • dataBlockData

        byte[] dataBlockData
      • dataBlockOffsets

        int[] dataBlockOffsets
    • Constructor Detail

      • PSTDescriptorItem

        PSTDescriptorItem​(byte[] data,
                          int offset,
                          PSTFile pstFile)
    • Method Detail

      • getBlockOffsets

        public int[] getBlockOffsets()
                              throws java.io.IOException,
                                     PSTException
        Throws:
        java.io.IOException
        PSTException
      • getDataSize

        public int getDataSize()
                        throws java.io.IOException,
                               PSTException
        Throws:
        java.io.IOException
        PSTException
      • toString

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