public class DescriptorIndexNode
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
long |
dataOffsetIndexIdentifier |
int |
descriptorIdentifier |
int |
itemType |
long |
localDescriptorsOffsetIndexIdentifier |
int |
parentDescriptorIndexIdentifier |
Constructor and Description |
---|
DescriptorIndexNode(byte[] data,
int pstFileType)
parse the data out into something meaningful
|
Modifier and Type | Method and Description |
---|---|
(package private) PSTNodeInputStream |
getNodeInputStream(PSTFile pstFile) |
java.lang.String |
toString() |
public int descriptorIdentifier
public long dataOffsetIndexIdentifier
public long localDescriptorsOffsetIndexIdentifier
public int parentDescriptorIndexIdentifier
public int itemType
DescriptorIndexNode(byte[] data, int pstFileType)
data
- PSTNodeInputStream getNodeInputStream(PSTFile pstFile) throws java.io.IOException, PSTException
java.io.IOException
PSTException
public java.lang.String toString()
toString
in class java.lang.Object