Uses of Class
org.apache.poi.hsmf.datatypes.Chunk
-
Packages that use Chunk Package Description org.apache.poi.hsmf.datatypes -
-
Uses of Chunk in org.apache.poi.hsmf.datatypes
Subclasses of Chunk in org.apache.poi.hsmf.datatypes Modifier and Type Class Description classByteChunkA Chunk that holds binary data, normally unparsed.classByteChunkDeferredA Chunk that either acts asByteChunk(if not initialized with a node) or lazy loads its binary data from the document (if linked with a node viaByteChunkDeferred.readValue(DocumentNode)).classDirectoryChunkA Chunk that is just a placeholder in the MAPIMessage directory structure, which contains children.classMessagePropertiesChunkAPropertiesChunkfor a Message or Embedded-Message.classMessageSubmissionChunkA Chunk that holds the details given back by the server at submission time.classPropertiesChunkA Chunk which holds (single) fixed-length properties, and pointer to the variable length ones / multi-valued ones (which get their own chunk).classStoragePropertiesChunkAPropertiesChunkfor a Storage Properties, such as Attachments and Recipients.classStringChunkA Chunk made up of a single string.Methods in org.apache.poi.hsmf.datatypes that return Chunk Modifier and Type Method Description Chunk[]AttachmentChunks. getAll()Chunk[]NameIdChunks. getAll()Chunk[]RecipientChunks. getAll()Chunk[]AttachmentChunks. getChunks()Chunk[]ChunkGroup. getChunks()Returns the chunks that make up the group.Chunk[]Chunks. getChunks()Chunk[]NameIdChunks. getChunks()Chunk[]RecipientChunks. getChunks()ChunkChunkBasedPropertyValue. getValue()Methods in org.apache.poi.hsmf.datatypes that return types with arguments of type Chunk Modifier and Type Method Description Map<MAPIProperty,List<Chunk>>Chunks. getAll()Methods in org.apache.poi.hsmf.datatypes with parameters of type Chunk Modifier and Type Method Description voidAttachmentChunks. record(Chunk chunk)Called by the parser whenever a chunk is found.voidChunkGroup. record(Chunk chunk)Called by the parser whenever a chunk is found.voidChunks. record(Chunk chunk)Called by the parser whenever a chunk is found.voidNameIdChunks. record(Chunk chunk)Called by the parser whenever a chunk is found.voidRecipientChunks. record(Chunk chunk)Called by the parser whenever a chunk is found.voidChunkBasedPropertyValue. setValue(Chunk chunk)Stores the offset of the chunk as the property value
-