Uses of Class
com.pff.PSTFile

Packages that use PSTFile
com.pff   
 

Uses of PSTFile in com.pff
 

Fields in com.pff declared as PSTFile
protected  PSTFile PSTObject.pstFile
           
 

Methods in com.pff that return PSTFile
 PSTFile PSTNodeInputStream.getPSTFile()
           
 

Methods in com.pff with parameters of type PSTFile
static PSTObject PSTObject.detectAndLoadPSTObject(PSTFile theFile, long descriptorIndex)
          Detect and load a PST Object from a file with the specified descriptor index
 

Constructors in com.pff with parameters of type PSTFile
PSTActivity(PSTFile theFile, DescriptorIndexNode descriptorIndexNode)
           
PSTActivity(PSTFile theFile, DescriptorIndexNode folderIndexNode, com.pff.PSTTableBC table, java.util.HashMap<java.lang.Integer,com.pff.PSTDescriptorItem> localDescriptorItems)
           
PSTContact(PSTFile theFile, DescriptorIndexNode descriptorIndexNode)
           
PSTContact(PSTFile theFile, DescriptorIndexNode folderIndexNode, com.pff.PSTTableBC table, java.util.HashMap<java.lang.Integer,com.pff.PSTDescriptorItem> localDescriptorItems)
           
PSTObject(PSTFile theFile, DescriptorIndexNode descriptorIndexNode)
           
PSTObject(PSTFile theFile, DescriptorIndexNode folderIndexNode, com.pff.PSTTableBC table, java.util.HashMap<java.lang.Integer,com.pff.PSTDescriptorItem> localDescriptorItems)
          for pre-population
PSTRss(PSTFile theFile, DescriptorIndexNode descriptorIndexNode)
           
PSTRss(PSTFile theFile, DescriptorIndexNode folderIndexNode, com.pff.PSTTableBC table, java.util.HashMap<java.lang.Integer,com.pff.PSTDescriptorItem> localDescriptorItems)
           
PSTTask(PSTFile theFile, DescriptorIndexNode descriptorIndexNode)
           
PSTTask(PSTFile theFile, DescriptorIndexNode folderIndexNode, com.pff.PSTTableBC table, java.util.HashMap<java.lang.Integer,com.pff.PSTDescriptorItem> localDescriptorItems)