Uses of Interface
org.apache.poi.hsmf.datatypes.ChunkGroup

Packages that use ChunkGroup
org.apache.poi.hsmf.datatypes   
org.apache.poi.hsmf.parsers   
 

Uses of ChunkGroup in org.apache.poi.hsmf.datatypes
 

Classes in org.apache.poi.hsmf.datatypes that implement ChunkGroup
 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.
 

Uses of ChunkGroup in org.apache.poi.hsmf.parsers
 

Methods in org.apache.poi.hsmf.parsers that return ChunkGroup
static ChunkGroup[] POIFSChunkParser.parse(org.apache.poi.poifs.filesystem.DirectoryNode node)
           
static ChunkGroup[] POIFSChunkParser.parse(org.apache.poi.poifs.filesystem.POIFSFileSystem fs)