Package org.apache.poi.hsmf.datatypes
Class NameIdChunks
java.lang.Object
org.apache.poi.hsmf.datatypes.NameIdChunks
- All Implemented Interfaces:
ChunkGroup
Collection of convenience chunks for the NameID part of an outlook file
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
NAME
- See Also:
-
-
Constructor Details
-
NameIdChunks
public NameIdChunks()
-
-
Method Details
-
getAll
-
getChunks
Description copied from interface:ChunkGroup
Returns the chunks that make up the group. Should certainly contain all the interesting Chunks, but needn't always contain all of the Chunks.- Specified by:
getChunks
in interfaceChunkGroup
-
record
Called by the parser whenever a chunk is found.- Specified by:
record
in interfaceChunkGroup
-
chunksComplete
public void chunksComplete()Used to flag that all the chunks of the NameID have now been located.- Specified by:
chunksComplete
in interfaceChunkGroup
-