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 class
ByteChunk
A Chunk that holds binary data, normally unparsed.class
DirectoryChunk
A Chunk that is just a placeholder in the MAPIMessage directory structure, which contains children.class
MessagePropertiesChunk
APropertiesChunk
for a Message or Embedded-Message.class
MessageSubmissionChunk
A Chunk that holds the details given back by the server at submission time.class
PropertiesChunk
A Chunk which holds (single) fixed-length properties, and pointer to the variable length ones / multi-valued ones (which get their own chunk).class
StoragePropertiesChunk
APropertiesChunk
for a Storage Properties, such as Attachments and Recipients.class
StringChunk
A 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()
Chunk
ChunkBasedPropertyValue. getValue()
Methods in org.apache.poi.hsmf.datatypes that return types with arguments of type Chunk Modifier and Type Method Description java.util.Map<MAPIProperty,java.util.List<Chunk>>
Chunks. getAll()
Methods in org.apache.poi.hsmf.datatypes with parameters of type Chunk Modifier and Type Method Description void
AttachmentChunks. record(Chunk chunk)
Called by the parser whenever a chunk is found.void
ChunkGroup. record(Chunk chunk)
Called by the parser whenever a chunk is found.void
Chunks. record(Chunk chunk)
Called by the parser whenever a chunk is found.void
NameIdChunks. record(Chunk chunk)
Called by the parser whenever a chunk is found.void
RecipientChunks. record(Chunk chunk)
Called by the parser whenever a chunk is found.void
ChunkBasedPropertyValue. setValue(Chunk chunk)
Stores the offset of the chunk as the property value
-