Package | Description |
---|---|
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 |
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 fixed-length properties, and pointer
to the variable length 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 | 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() |
Modifier and Type | Method | Description |
---|---|---|
java.util.Map<MAPIProperty,java.util.List<Chunk>> |
Chunks.getAll() |
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
|
Copyright 2018 The Apache Software Foundation or its licensors, as applicable.