Package com.pff
Class DescriptorIndexNode
- java.lang.Object
-
- com.pff.DescriptorIndexNode
-
public class DescriptorIndexNode extends java.lang.Object
DescriptorIndexNode 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 long
dataOffsetIndexIdentifier
int
descriptorIdentifier
int
itemType
long
localDescriptorsOffsetIndexIdentifier
int
parentDescriptorIndexIdentifier
-
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) PSTNodeInputStream
getNodeInputStream(PSTFile pstFile)
java.lang.String
toString()
-
-
-
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.IOException
PSTException
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-