|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Chunk | |
---|---|
org.apache.poi.hsmf.datatypes |
Uses of Chunk in org.apache.poi.hsmf.datatypes |
---|
Subclasses of Chunk in org.apache.poi.hsmf.datatypes | |
---|---|
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 |
MessageSubmissionChunk
A Chunk that holds the details given back by the server at submission time. |
class |
StringChunk
A Chunk made up of a single string. |
Methods in org.apache.poi.hsmf.datatypes that return Chunk | |
---|---|
Chunk[] |
RecipientChunks.getAll()
|
Chunk[] |
NameIdChunks.getAll()
|
Chunk[] |
Chunks.getAll()
|
Chunk[] |
AttachmentChunks.getAll()
|
Chunk[] |
RecipientChunks.getChunks()
|
Chunk[] |
NameIdChunks.getChunks()
|
Chunk[] |
Chunks.getChunks()
|
Chunk[] |
ChunkGroup.getChunks()
Returns the chunks that make up the group. |
Chunk[] |
AttachmentChunks.getChunks()
|
Methods in org.apache.poi.hsmf.datatypes with parameters of type Chunk | |
---|---|
void |
RecipientChunks.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 |
ChunkGroup.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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |