Package | Description |
---|---|
org.apache.poi.hsmf.datatypes | |
org.apache.poi.hsmf.parsers |
Modifier and Type | Interface | Description |
---|---|---|
interface |
ChunkGroupWithProperties |
A group of chunks which is indexable by
MAPIProperty
entries. |
Modifier and Type | Class | Description |
---|---|---|
class |
AttachmentChunks |
Collection of convenence chunks for standard parts of the MSG file attachment.
|
class |
Chunks |
Collection of convenience chunks for standard parts of the MSG file.
|
class |
NameIdChunks |
Collection of convenience chunks for the
NameID part of an outlook file
|
class |
RecipientChunks |
Collection of convenience chunks for the
Recip(ient) part of an outlook file.
|
Constructor | Description |
---|---|
MessagePropertiesChunk(ChunkGroup parentGroup) |
|
PropertiesChunk(ChunkGroup parentGroup) |
Creates a Properties Chunk.
|
StoragePropertiesChunk(ChunkGroup parentGroup) |
Modifier and Type | Method | Description |
---|---|---|
static ChunkGroup[] |
POIFSChunkParser.parse(DirectoryNode node) |
|
static ChunkGroup[] |
POIFSChunkParser.parse(POIFSFileSystem fs) |
Modifier and Type | Method | Description |
---|---|---|
protected static void |
POIFSChunkParser.process(Entry entry,
ChunkGroup grouping) |
Creates a chunk, and gives it to its parent group
|
protected static void |
POIFSChunkParser.processChunks(DirectoryNode node,
ChunkGroup grouping) |
Creates all the chunks for a given Directory, but
doesn't recurse or descend
|
Copyright 2018 The Apache Software Foundation or its licensors, as applicable.