Uses of Class
com.pff.OffsetIndexItem
-
Packages that use OffsetIndexItem Package Description com.pff -
-
Uses of OffsetIndexItem in com.pff
Fields in com.pff with type parameters of type OffsetIndexItem Modifier and Type Field Description private java.util.LinkedList<OffsetIndexItem>PSTNodeInputStream. indexItemsMethods in com.pff that return OffsetIndexItem Modifier and Type Method Description (package private) OffsetIndexItemPSTFile. getOffsetIndexNode(long identifier)navigate the internal index B-Tree and find a specific itemMethods in com.pff with parameters of type OffsetIndexItem Modifier and Type Method Description private voidPSTNodeInputStream. loadFromOffsetItem(OffsetIndexItem offsetItem)Constructors in com.pff with parameters of type OffsetIndexItem Constructor Description PSTNodeInputStream(PSTFile pstFile, OffsetIndexItem offsetItem)
-