Package com.pff
Class PSTDescriptorItem
- java.lang.Object
-
- com.pff.PSTDescriptorItem
-
class PSTDescriptorItem extends java.lang.Object
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
Fields Modifier and Type Field Description (package private) byte[]
dataBlockData
(package private) int[]
dataBlockOffsets
(package private) int
descriptorIdentifier
(package private) int
offsetIndexIdentifier
private PSTFile
pstFile
(package private) int
subNodeOffsetIndexIdentifier
-
Constructor Summary
Constructors Constructor Description PSTDescriptorItem(byte[] data, int offset, PSTFile pstFile)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int[]
getBlockOffsets()
byte[]
getData()
int
getDataSize()
java.lang.String
toString()
-
-
-
Field Detail
-
descriptorIdentifier
int descriptorIdentifier
-
offsetIndexIdentifier
int offsetIndexIdentifier
-
subNodeOffsetIndexIdentifier
int subNodeOffsetIndexIdentifier
-
dataBlockData
byte[] dataBlockData
-
dataBlockOffsets
int[] dataBlockOffsets
-
pstFile
private PSTFile pstFile
-
-
Constructor Detail
-
PSTDescriptorItem
PSTDescriptorItem(byte[] data, int offset, PSTFile pstFile)
-
-
Method Detail
-
getData
public byte[] getData() throws java.io.IOException, PSTException
- Throws:
java.io.IOException
PSTException
-
getBlockOffsets
public int[] getBlockOffsets() throws java.io.IOException, PSTException
- Throws:
java.io.IOException
PSTException
-
getDataSize
public int getDataSize() throws java.io.IOException, PSTException
- Throws:
java.io.IOException
PSTException
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-