Package | Description |
---|---|
com.pff |
Modifier and Type | Field and Description |
---|---|
protected DescriptorIndexNode |
PSTObject.descriptorIndexNode |
Modifier and Type | Field and Description |
---|---|
protected java.util.LinkedHashMap<java.lang.String,java.util.HashMap<DescriptorIndexNode,PSTObject>> |
PSTObject.children |
private java.util.LinkedHashMap<java.lang.Integer,java.util.LinkedList<DescriptorIndexNode>> |
PSTFile.childrenDescriptorTree |
private java.util.LinkedList<DescriptorIndexNode> |
PSTFolder.fallbackEmailsTable |
private java.util.LinkedHashSet<DescriptorIndexNode> |
PSTFolder.otherItems |
Modifier and Type | Method and Description |
---|---|
(package private) DescriptorIndexNode |
PSTFile.getDescriptorIndexNode(long identifier)
navigate the internal descriptor B-Tree and find a specific item
|
DescriptorIndexNode |
PSTObject.getDescriptorNode()
get the descriptor node for this item
this identifies the location of the node in the BTree and associated info
|
Modifier and Type | Method and Description |
---|---|
(package private) java.util.LinkedHashMap<java.lang.Integer,java.util.LinkedList<DescriptorIndexNode>> |
PSTFile.getChildDescriptorTree()
Build the children descriptor tree
This goes through the entire descriptor B-Tree and adds every item to the
childrenDescriptorTree.
|
Modifier and Type | Method and Description |
---|---|
(package private) static PSTMessage |
PSTObject.createAppropriatePSTMessageObject(PSTFile theFile,
DescriptorIndexNode folderIndexNode,
PSTTableBC table,
java.util.HashMap<java.lang.Integer,PSTDescriptorItem> localDescriptorItems) |
(package private) static PSTObject |
PSTObject.detectAndLoadPSTObject(PSTFile theFile,
DescriptorIndexNode folderIndexNode)
Detect and load a PST Object from a file with the specified descriptor
index
|
(package private) static java.lang.String |
PSTObject.guessPSTObjectType(PSTFile theFile,
DescriptorIndexNode folderIndexNode) |
Constructor and Description |
---|
PSTActivity(PSTFile theFile,
DescriptorIndexNode descriptorIndexNode) |
PSTActivity(PSTFile theFile,
DescriptorIndexNode folderIndexNode,
PSTTableBC table,
java.util.HashMap<java.lang.Integer,PSTDescriptorItem> localDescriptorItems) |
PSTAppointment(PSTFile theFile,
DescriptorIndexNode descriptorIndexNode) |
PSTAppointment(PSTFile theFile,
DescriptorIndexNode folderIndexNode,
PSTTableBC table,
java.util.HashMap<java.lang.Integer,PSTDescriptorItem> localDescriptorItems) |
PSTContact(PSTFile theFile,
DescriptorIndexNode descriptorIndexNode) |
PSTContact(PSTFile theFile,
DescriptorIndexNode folderIndexNode,
PSTTableBC table,
java.util.HashMap<java.lang.Integer,PSTDescriptorItem> localDescriptorItems) |
PSTDistList(PSTFile theFile,
DescriptorIndexNode descriptorIndexNode)
constructor.
|
PSTDistList(PSTFile theFile,
DescriptorIndexNode folderIndexNode,
PSTTableBC table,
java.util.HashMap<java.lang.Integer,PSTDescriptorItem> localDescriptorItems)
Internal constructor for performance.
|
PSTFolder(PSTFile theFile,
DescriptorIndexNode descriptorIndexNode)
a constructor for the rest of us...
|
PSTFolder(PSTFile theFile,
DescriptorIndexNode folderIndexNode,
PSTTableBC table,
java.util.HashMap<java.lang.Integer,PSTDescriptorItem> localDescriptorItems)
For pre-populating a folder object with values.
|
PSTMessage(PSTFile theFile,
DescriptorIndexNode descriptorIndexNode) |
PSTMessage(PSTFile theFile,
DescriptorIndexNode folderIndexNode,
PSTTableBC table,
java.util.HashMap<java.lang.Integer,PSTDescriptorItem> localDescriptorItems) |
PSTMessageStore(PSTFile theFile,
DescriptorIndexNode descriptorIndexNode) |
PSTObject(PSTFile theFile,
DescriptorIndexNode descriptorIndexNode) |
PSTObject(PSTFile theFile,
DescriptorIndexNode folderIndexNode,
PSTTableBC table,
java.util.HashMap<java.lang.Integer,PSTDescriptorItem> localDescriptorItems)
for pre-population
|
PSTRss(PSTFile theFile,
DescriptorIndexNode descriptorIndexNode) |
PSTRss(PSTFile theFile,
DescriptorIndexNode folderIndexNode,
PSTTableBC table,
java.util.HashMap<java.lang.Integer,PSTDescriptorItem> localDescriptorItems) |
PSTTask(PSTFile theFile,
DescriptorIndexNode descriptorIndexNode) |
PSTTask(PSTFile theFile,
DescriptorIndexNode folderIndexNode,
PSTTableBC table,
java.util.HashMap<java.lang.Integer,PSTDescriptorItem> localDescriptorItems) |