com.pff
Class DescriptorIndexNode

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

Field Detail

descriptorIdentifier

public int descriptorIdentifier

dataOffsetIndexIdentifier

public long dataOffsetIndexIdentifier

localDescriptorsOffsetIndexIdentifier

public long localDescriptorsOffsetIndexIdentifier

parentDescriptorIndexIdentifier

public int parentDescriptorIndexIdentifier

itemType

public int itemType
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object