Package com.pff
Class DescriptorIndexNode
- java.lang.Object
-
- com.pff.DescriptorIndexNode
-
public class DescriptorIndexNode extends java.lang.ObjectDescriptorIndexNode is a leaf item from the Descriptor index b-tree It is like a pointer to an element in the PST file, everything has one...
-
-
Field Summary
Fields Modifier and Type Field Description longdataOffsetIndexIdentifierintdescriptorIdentifierintitemTypelonglocalDescriptorsOffsetIndexIdentifierintparentDescriptorIndexIdentifier
-
Constructor Summary
Constructors Constructor Description DescriptorIndexNode(byte[] data, int pstFileType)parse the data out into something meaningful
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) PSTNodeInputStreamgetNodeInputStream(PSTFile pstFile)java.lang.StringtoString()
-
-
-
Field Detail
-
descriptorIdentifier
public int descriptorIdentifier
-
dataOffsetIndexIdentifier
public long dataOffsetIndexIdentifier
-
localDescriptorsOffsetIndexIdentifier
public long localDescriptorsOffsetIndexIdentifier
-
parentDescriptorIndexIdentifier
public int parentDescriptorIndexIdentifier
-
itemType
public int itemType
-
-
Method Detail
-
getNodeInputStream
PSTNodeInputStream getNodeInputStream(PSTFile pstFile) throws java.io.IOException, PSTException
- Throws:
java.io.IOExceptionPSTException
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-