Uses of Class
com.pff.DescriptorIndexNode
Packages that use DescriptorIndexNode
-
Uses of DescriptorIndexNode in com.pff
Fields in com.pff declared as DescriptorIndexNodeFields in com.pff with type parameters of type DescriptorIndexNodeModifier and TypeFieldDescriptionprotected LinkedHashMap<String, HashMap<DescriptorIndexNode, PSTObject>> PSTObject.childrenprivate LinkedHashMap<Integer, LinkedList<DescriptorIndexNode>> PSTFile.childrenDescriptorTreeprivate LinkedList<DescriptorIndexNode> PSTFolder.fallbackEmailsTableprivate LinkedHashSet<DescriptorIndexNode> PSTFolder.otherItemsMethods in com.pff that return DescriptorIndexNodeModifier and TypeMethodDescription(package private) DescriptorIndexNodePSTFile.getDescriptorIndexNode(long identifier) navigate the internal descriptor B-Tree and find a specific itemPSTObject.getDescriptorNode()get the descriptor node for this item this identifies the location of the node in the BTree and associated infoMethods in com.pff that return types with arguments of type DescriptorIndexNodeModifier and TypeMethodDescription(package private) LinkedHashMap<Integer, LinkedList<DescriptorIndexNode>> PSTFile.getChildDescriptorTree()Build the children descriptor tree This goes through the entire descriptor B-Tree and adds every item to the childrenDescriptorTree.Methods in com.pff with parameters of type DescriptorIndexNodeModifier and TypeMethodDescription(package private) static PSTMessagePSTObject.createAppropriatePSTMessageObject(PSTFile theFile, DescriptorIndexNode folderIndexNode, PSTTableBC table, HashMap<Integer, PSTDescriptorItem> localDescriptorItems) (package private) static PSTObjectPSTObject.detectAndLoadPSTObject(PSTFile theFile, DescriptorIndexNode folderIndexNode) Detect and load a PST Object from a file with the specified descriptor index(package private) static StringPSTObject.guessPSTObjectType(PSTFile theFile, DescriptorIndexNode folderIndexNode) Constructors in com.pff with parameters of type DescriptorIndexNodeModifierConstructorDescriptionPSTActivity(PSTFile theFile, DescriptorIndexNode descriptorIndexNode) PSTActivity(PSTFile theFile, DescriptorIndexNode folderIndexNode, PSTTableBC table, HashMap<Integer, PSTDescriptorItem> localDescriptorItems) (package private)PSTAppointment(PSTFile theFile, DescriptorIndexNode descriptorIndexNode) (package private)PSTAppointment(PSTFile theFile, DescriptorIndexNode folderIndexNode, PSTTableBC table, HashMap<Integer, PSTDescriptorItem> localDescriptorItems) PSTContact(PSTFile theFile, DescriptorIndexNode descriptorIndexNode) PSTContact(PSTFile theFile, DescriptorIndexNode folderIndexNode, PSTTableBC table, HashMap<Integer, PSTDescriptorItem> localDescriptorItems) (package private)PSTDistList(PSTFile theFile, DescriptorIndexNode descriptorIndexNode) constructor.(package private)PSTDistList(PSTFile theFile, DescriptorIndexNode folderIndexNode, PSTTableBC table, HashMap<Integer, PSTDescriptorItem> localDescriptorItems) Internal constructor for performance.(package private)PSTFolder(PSTFile theFile, DescriptorIndexNode descriptorIndexNode) a constructor for the rest of us...(package private)PSTFolder(PSTFile theFile, DescriptorIndexNode folderIndexNode, PSTTableBC table, HashMap<Integer, PSTDescriptorItem> localDescriptorItems) For pre-populating a folder object with values.(package private)PSTMessage(PSTFile theFile, DescriptorIndexNode descriptorIndexNode) (package private)PSTMessage(PSTFile theFile, DescriptorIndexNode folderIndexNode, PSTTableBC table, HashMap<Integer, PSTDescriptorItem> localDescriptorItems) (package private)PSTMessageStore(PSTFile theFile, DescriptorIndexNode descriptorIndexNode) protectedPSTObject(PSTFile theFile, DescriptorIndexNode descriptorIndexNode) protectedPSTObject(PSTFile theFile, DescriptorIndexNode folderIndexNode, PSTTableBC table, HashMap<Integer, PSTDescriptorItem> localDescriptorItems) for pre-populationPSTRss(PSTFile theFile, DescriptorIndexNode descriptorIndexNode) PSTRss(PSTFile theFile, DescriptorIndexNode folderIndexNode, PSTTableBC table, HashMap<Integer, PSTDescriptorItem> localDescriptorItems) PSTTask(PSTFile theFile, DescriptorIndexNode descriptorIndexNode) PSTTask(PSTFile theFile, DescriptorIndexNode folderIndexNode, PSTTableBC table, HashMap<Integer, PSTDescriptorItem> localDescriptorItems)