Uses of Class
com.pff.PSTFile
Packages that use PSTFile
-
Uses of PSTFile in com.pff
Modifier and TypeFieldDescriptionprivate PSTFilePSTDescriptorItem.pstFileprivate PSTFilePSTNodeInputStream.pstFileprotected PSTFilePSTObject.pstFileModifier and TypeMethodDescription(package private) static PSTMessagePSTObject.createAppropriatePSTMessageObject(PSTFile theFile, DescriptorIndexNode folderIndexNode, PSTTableBC table, HashMap<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 StringPSTObject.guessPSTObjectType(PSTFile theFile, DescriptorIndexNode folderIndexNode) ModifierConstructorDescriptionPSTActivity(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) (package private)PSTAttachment(PSTFile theFile, PSTTableBC table, HashMap<Integer, PSTDescriptorItem> localDescriptorItems) PSTContact(PSTFile theFile, DescriptorIndexNode descriptorIndexNode) PSTContact(PSTFile theFile, DescriptorIndexNode folderIndexNode, PSTTableBC table, HashMap<Integer, PSTDescriptorItem> localDescriptorItems) (package private)PSTDescriptorItem(byte[] data, int offset, PSTFile pstFile) (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) (package private)PSTNodeInputStream(PSTFile pstFile, byte[] attachmentData) (package private)PSTNodeInputStream(PSTFile pstFile, byte[] attachmentData, boolean encrypted) (package private)PSTNodeInputStream(PSTFile pstFile, OffsetIndexItem offsetItem) (package private)PSTNodeInputStream(PSTFile pstFile, PSTDescriptorItem descriptorItem) 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) -
Uses of PSTFile in example