Uses of Interface
org.apache.poi.hsmf.datatypes.ChunkGroup
Packages that use ChunkGroup
-
Uses of ChunkGroup in org.apache.poi.hsmf.datatypes
Subinterfaces of ChunkGroup in org.apache.poi.hsmf.datatypesModifier and TypeInterfaceDescriptioninterface
A group of chunks which is indexable byMAPIProperty
entries.Classes in org.apache.poi.hsmf.datatypes that implement ChunkGroupModifier and TypeClassDescriptionclass
Collection of convenience chunks for standard parts of the MSG file attachment.final class
Collection of convenience chunks for standard parts of the MSG file.final class
Collection of convenience chunks for the NameID part of an outlook filefinal class
Collection of convenience chunks for the Recip(ient) part of an outlook file.Constructors in org.apache.poi.hsmf.datatypes with parameters of type ChunkGroupModifierConstructorDescriptionMessagePropertiesChunk
(ChunkGroup parentGroup) MessagePropertiesChunk
(ChunkGroup parentGroup, boolean isEmbedded) protected
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 ChunkGroupModifier and TypeMethodDescriptionstatic ChunkGroup[]
POIFSChunkParser.parse
(DirectoryNode node) static ChunkGroup[]
POIFSChunkParser.parse
(POIFSFileSystem fs) Methods in org.apache.poi.hsmf.parsers with parameters of type ChunkGroupModifier and TypeMethodDescriptionprotected static void
POIFSChunkParser.process
(Entry entry, ChunkGroup grouping) Creates a chunk, and gives it to its parent groupprotected static void
POIFSChunkParser.processChunks
(DirectoryNode node, ChunkGroup grouping) Creates all the chunks for a given Directory, but doesn't recurse or descend