org.apache.poi.hsmf.datatypes
Interface ChunkGroupWithProperties

All Superinterfaces:
ChunkGroup
All Known Implementing Classes:
Chunks, RecipientChunks

public interface ChunkGroupWithProperties
extends ChunkGroup

A group of chunks which is indexable by MAPIProperty entries.


Method Summary
 java.util.Map<MAPIProperty,java.util.List<PropertyValue>> getProperties()
          Returns 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 Detail

getProperties

java.util.Map<MAPIProperty,java.util.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 the PropertyValue. For variable sized properties, you'll need to go via the chunk.



Copyright 2016 The Apache Software Foundation or its licensors, as applicable.