Uses of Class
com.pff.PSTDescriptorItem
-
Packages that use PSTDescriptorItem Package Description com.pff -
-
Uses of PSTDescriptorItem in com.pff
Fields in com.pff with type parameters of type PSTDescriptorItem Modifier and Type Field Description protected java.util.HashMap<java.lang.Integer,PSTDescriptorItem>
PSTObject. localDescriptorItems
private java.util.HashMap<java.lang.Integer,PSTDescriptorItem>
PSTTable. subNodeDescriptorItems
Methods in com.pff that return types with arguments of type PSTDescriptorItem Modifier and Type Method Description (package private) java.util.HashMap<java.lang.Integer,PSTDescriptorItem>
PSTFile. getPSTDescriptorItems(long localDescriptorsOffsetIndexIdentifier)
parse a PSTDescriptor and get all of its items(package private) java.util.HashMap<java.lang.Integer,PSTDescriptorItem>
PSTFile. getPSTDescriptorItems(PSTNodeInputStream in)
Method parameters in com.pff with type arguments of type PSTDescriptorItem Modifier and Type Method Description (package private) static PSTMessage
PSTObject. createAppropriatePSTMessageObject(PSTFile theFile, DescriptorIndexNode folderIndexNode, PSTTableBC table, java.util.HashMap<java.lang.Integer,PSTDescriptorItem> localDescriptorItems)
private byte[]
PSTFile. getData(PSTTableItem item, java.util.HashMap<java.lang.Integer,PSTDescriptorItem> localDescriptorItems)
Constructors in com.pff with parameters of type PSTDescriptorItem Constructor Description PSTNodeInputStream(PSTFile pstFile, PSTDescriptorItem descriptorItem)
Constructor parameters in com.pff with type arguments of type PSTDescriptorItem Constructor Description PSTActivity(PSTFile theFile, DescriptorIndexNode folderIndexNode, PSTTableBC table, java.util.HashMap<java.lang.Integer,PSTDescriptorItem> localDescriptorItems)
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 folderIndexNode, PSTTableBC table, java.util.HashMap<java.lang.Integer,PSTDescriptorItem> localDescriptorItems)
PSTDistList(PSTFile theFile, DescriptorIndexNode folderIndexNode, PSTTableBC table, java.util.HashMap<java.lang.Integer,PSTDescriptorItem> localDescriptorItems)
Internal constructor for performance.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 folderIndexNode, PSTTableBC table, java.util.HashMap<java.lang.Integer,PSTDescriptorItem> localDescriptorItems)
PSTObject(PSTFile theFile, DescriptorIndexNode folderIndexNode, PSTTableBC table, java.util.HashMap<java.lang.Integer,PSTDescriptorItem> localDescriptorItems)
for pre-populationPSTRss(PSTFile theFile, DescriptorIndexNode folderIndexNode, PSTTableBC table, java.util.HashMap<java.lang.Integer,PSTDescriptorItem> localDescriptorItems)
PSTTable(PSTNodeInputStream in, java.util.HashMap<java.lang.Integer,PSTDescriptorItem> subNodeDescriptorItems)
PSTTable7C(PSTNodeInputStream in, java.util.HashMap<java.lang.Integer,PSTDescriptorItem> subNodeDescriptorItems)
PSTTable7C(PSTNodeInputStream in, java.util.HashMap<java.lang.Integer,PSTDescriptorItem> subNodeDescriptorItems, int entityToExtract)
PSTTask(PSTFile theFile, DescriptorIndexNode folderIndexNode, PSTTableBC table, java.util.HashMap<java.lang.Integer,PSTDescriptorItem> localDescriptorItems)
-