Uses of Class
com.pff.PSTFile
-
Packages that use PSTFile Package Description com.pff example -
-
Uses of PSTFile in com.pff
Fields in com.pff declared as PSTFile Modifier and Type Field Description private PSTFilePSTDescriptorItem. pstFileprivate PSTFilePSTNodeInputStream. pstFileprotected PSTFilePSTObject. pstFileMethods in com.pff that return PSTFile Modifier and Type Method Description PSTFilePSTNodeInputStream. getPSTFile()Methods in com.pff with parameters of type PSTFile Modifier and Type Method Description (package private) static PSTMessagePSTObject. createAppropriatePSTMessageObject(PSTFile theFile, DescriptorIndexNode folderIndexNode, PSTTableBC table, java.util.HashMap<java.lang.Integer,PSTDescriptorItem> localDescriptorItems)static PSTObjectPSTObject. detectAndLoadPSTObject(PSTFile theFile, long descriptorIndex)Detect and load a PST Object from a file with the specified descriptor index(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) PSTNodeInputStreamDescriptorIndexNode. getNodeInputStream(PSTFile pstFile)(package private) static java.lang.StringPSTObject. guessPSTObjectType(PSTFile theFile, DescriptorIndexNode folderIndexNode)Constructors in com.pff with parameters of type PSTFile Constructor 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-populationPSTRss(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) -
Uses of PSTFile in example
Fields in example declared as PSTFile Modifier and Type Field Description private PSTFileTestGui. pstFile(package private) PSTFileEmailTableModel. theFileConstructors in example with parameters of type PSTFile Constructor Description EmailTableModel(PSTFolder theFolder, PSTFile theFile)
-