Package | Description |
---|---|
com.pff |
Modifier and Type | Class and Description |
---|---|
class |
PSTByteFileContent |
class |
PSTRAFileContent |
Modifier and Type | Field and Description |
---|---|
private PSTFileContent |
PSTFile.in |
private PSTFileContent |
PSTNodeInputStream.in |
Modifier and Type | Method and Description |
---|---|
PSTFileContent |
PSTFile.getContentHandle()
get the handle to the file content we are currently accessing
|
Modifier and Type | Method and Description |
---|---|
private byte[] |
PSTFile.findBtreeItem(PSTFileContent in,
long index,
boolean descTree)
Generic function used by getOffsetIndexNode and getDescriptorIndexNode
for navigating the PST B-Trees
|
private void |
PSTFile.processNameToIdMap(PSTFileContent in)
read the name-to-id map from the file and load it in
|
Constructor and Description |
---|
PSTFile(PSTFileContent content) |