Uses of Interface
org.apache.poi.hsmf.datatypes.ChunkGroup
-
Packages that use ChunkGroup Package Description org.apache.poi.hsmf.datatypes org.apache.poi.hsmf.parsers -
-
Uses of ChunkGroup in org.apache.poi.hsmf.datatypes
Subinterfaces of ChunkGroup in org.apache.poi.hsmf.datatypes Modifier and Type Interface Description interfaceChunkGroupWithPropertiesA group of chunks which is indexable byMAPIPropertyentries.Classes in org.apache.poi.hsmf.datatypes that implement ChunkGroup Modifier and Type Class Description classAttachmentChunksCollection of convenience chunks for standard parts of the MSG file attachment.classChunksCollection of convenience chunks for standard parts of the MSG file.classNameIdChunksCollection of convenience chunks for the NameID part of an outlook fileclassRecipientChunksCollection of convenience chunks for the Recip(ient) part of an outlook file.Constructors in org.apache.poi.hsmf.datatypes with parameters of type ChunkGroup Constructor Description MessagePropertiesChunk(ChunkGroup parentGroup)MessagePropertiesChunk(ChunkGroup parentGroup, boolean isEmbedded)PropertiesChunk(ChunkGroup parentGroup)Creates a Properties Chunk.StoragePropertiesChunk(ChunkGroup parentGroup) -
Uses of ChunkGroup in org.apache.poi.hsmf.parsers
Methods in org.apache.poi.hsmf.parsers that return ChunkGroup Modifier and Type Method Description static ChunkGroup[]POIFSChunkParser. parse(DirectoryNode node)static ChunkGroup[]POIFSChunkParser. parse(POIFSFileSystem fs)
-