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. indexItems
Methods in com.pff that return OffsetIndexItem Modifier and Type Method Description (package private) OffsetIndexItem
PSTFile. 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 void
PSTNodeInputStream. loadFromOffsetItem(OffsetIndexItem offsetItem)
Constructors in com.pff with parameters of type OffsetIndexItem Constructor Description PSTNodeInputStream(PSTFile pstFile, OffsetIndexItem offsetItem)
-