Package com.pff
Class PSTDescriptorItem
java.lang.Object
com.pff.PSTDescriptorItem
The descriptor items contain information that describes a PST object.
This is like extended table entries, usually when the data cannot fit in a traditional table item.
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) byte[](package private) int[](package private) int(package private) intprivate PSTFile(package private) int -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
descriptorIdentifier
int descriptorIdentifier -
offsetIndexIdentifier
int offsetIndexIdentifier -
subNodeOffsetIndexIdentifier
int subNodeOffsetIndexIdentifier -
dataBlockData
byte[] dataBlockData -
dataBlockOffsets
int[] dataBlockOffsets -
pstFile
-
-
Constructor Details
-
PSTDescriptorItem
PSTDescriptorItem(byte[] data, int offset, PSTFile pstFile)
-
-
Method Details
-
getData
- Throws:
IOExceptionPSTException
-
getBlockOffsets
- Throws:
IOExceptionPSTException
-
getDataSize
- Throws:
IOExceptionPSTException
-
toString
-