Package | Description |
---|---|
org.apache.poi.hsmf.datatypes |
Modifier and Type | Class and Description |
---|---|
class |
ByteChunk
A Chunk that holds binary data, normally unparsed.
|
class |
ByteChunkDeferred
A Chunk that either acts as
ByteChunk (if not initialized with a node) or
lazy loads its binary data from the document (if linked with a node via ByteChunkDeferred.readValue(DocumentNode) ). |
class |
DirectoryChunk
A Chunk that is just a placeholder in the MAPIMessage directory structure,
which contains children.
|
class |
MessagePropertiesChunk
A
PropertiesChunk 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
A
PropertiesChunk for a Storage Properties, such as Attachments and
Recipients. |
class |
StringChunk
A Chunk made up of a single string.
|
Modifier and Type | Method and Description |
---|---|
Chunk[] |
RecipientChunks.getAll() |
Chunk[] |
AttachmentChunks.getAll() |
Chunk[] |
NameIdChunks.getAll() |
Chunk[] |
ChunkGroup.getChunks()
Returns the chunks that make up the group.
|
Chunk[] |
RecipientChunks.getChunks() |
Chunk[] |
AttachmentChunks.getChunks() |
Chunk[] |
NameIdChunks.getChunks() |
Chunk[] |
Chunks.getChunks() |
Chunk |
ChunkBasedPropertyValue.getValue() |
Modifier and Type | Method and Description |
---|---|
java.util.Map<MAPIProperty,java.util.List<Chunk>> |
Chunks.getAll() |
Modifier and Type | Method and Description |
---|---|
void |
ChunkGroup.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 |
AttachmentChunks.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 |
Chunks.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
|
Copyright 2022 The Apache Software Foundation or its licensors, as applicable.