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...
Method Summary |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
descriptorIdentifier
public int descriptorIdentifier
dataOffsetIndexIdentifier
public long dataOffsetIndexIdentifier
localDescriptorsOffsetIndexIdentifier
public long localDescriptorsOffsetIndexIdentifier
parentDescriptorIndexIdentifier
public int parentDescriptorIndexIdentifier
itemType
public int itemType
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object