Package com.pff

Class OffsetIndexItem


  • class OffsetIndexItem
    extends java.lang.Object
    OffsetIndexItem is a leaf item from the Offset index b-tree Only really used internally to get the file offset for items
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) long cRef  
      (package private) long fileOffset  
      (package private) long indexIdentifier  
      (package private) int size  
    • Constructor Summary

      Constructors 
      Constructor Description
      OffsetIndexItem​(byte[] data, int pstFileType)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • indexIdentifier

        long indexIdentifier
      • fileOffset

        long fileOffset
      • size

        int size
      • cRef

        long cRef
    • Constructor Detail

      • OffsetIndexItem

        OffsetIndexItem​(byte[] data,
                        int pstFileType)
    • Method Detail

      • toString

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