Package org.apache.poi.hsmf.datatypes
Interface ChunkGroupWithProperties
- All Superinterfaces:
ChunkGroup
- All Known Implementing Classes:
Chunks
,RecipientChunks
A group of chunks which is indexable by
MAPIProperty
entries.-
Method Summary
Modifier and TypeMethodDescriptionReturns all the Properties contained in the Chunk, along with their Values.Methods inherited from interface org.apache.poi.hsmf.datatypes.ChunkGroup
chunksComplete, getChunks, record
-
Method Details
-
getProperties
Map<MAPIProperty,List<PropertyValue>> getProperties()Returns all the Properties contained in the Chunk, along with their Values. Normally, each property will have one value, sometimes none, and rarely multiple (normally for Unknown etc). For fixed sized properties, the value can be fetched straight from thePropertyValue
. For variable sized properties, you'll need to go via the chunk.
-