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 PSTNodeInputStreamPSTTable. in(package private) PSTNodeInputStreamPSTTable.NodeInfo. inMethods in com.pff that return PSTNodeInputStream Modifier and Type Method Description (package private) PSTNodeInputStreamDescriptorIndexNode. getNodeInputStream(PSTFile pstFile)(package private) PSTNodeInputStreamPSTFile. 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)
-