Package | Description |
---|---|
com.pff | |
example |
Modifier and Type | Field and Description |
---|---|
private PSTFile |
PSTDescriptorItem.pstFile |
private PSTFile |
PSTNodeInputStream.pstFile |
protected PSTFile |
PSTObject.pstFile |
Modifier and Type | Method and Description |
---|---|
PSTFile |
PSTNodeInputStream.getPSTFile() |
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
|
static PSTObject |
PSTObject.detectAndLoadPSTObject(PSTFile theFile,
long descriptorIndex)
Detect and load a PST Object from a file with the specified descriptor
index
|
(package private) PSTNodeInputStream |
DescriptorIndexNode.getNodeInputStream(PSTFile pstFile) |
(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) |
PSTAttachment(PSTFile theFile,
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) |
PSTDescriptorItem(byte[] data,
int offset,
PSTFile pstFile) |
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) |
PSTNodeInputStream(PSTFile pstFile,
byte[] attachmentData) |
PSTNodeInputStream(PSTFile pstFile,
byte[] attachmentData,
boolean encrypted) |
PSTNodeInputStream(PSTFile pstFile,
OffsetIndexItem offsetItem) |
PSTNodeInputStream(PSTFile pstFile,
PSTDescriptorItem descriptorItem) |
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) |
Modifier and Type | Field and Description |
---|---|
private PSTFile |
TestGui.pstFile |
(package private) PSTFile |
EmailTableModel.theFile |
Constructor and Description |
---|
EmailTableModel(PSTFolder theFolder,
PSTFile theFile) |