Uses of Class
com.pff.PSTNodeInputStream
-
Packages that use PSTNodeInputStream Package Description com.pff -
-
Uses of PSTNodeInputStream in com.pff
Fields in com.pff declared as PSTNodeInputStream Modifier and Type Field Description private PSTNodeInputStream
PSTTable. in
(package private) PSTNodeInputStream
PSTTable.NodeInfo. in
Methods in com.pff that return PSTNodeInputStream Modifier and Type Method Description (package private) PSTNodeInputStream
DescriptorIndexNode. getNodeInputStream(PSTFile pstFile)
(package private) PSTNodeInputStream
PSTFile. readLeaf(long bid)
Methods in com.pff with parameters of type PSTNodeInputStream Modifier and Type Method Description (package private) java.util.HashMap<java.lang.Integer,PSTDescriptorItem>
PSTFile. getPSTDescriptorItems(PSTNodeInputStream in)
Constructors in com.pff with parameters of type PSTNodeInputStream Constructor Description NodeInfo(int start, int end, PSTNodeInputStream in)
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)
PSTTableBC(PSTNodeInputStream in)
-