Uses of Class
org.apache.poi.hsmf.datatypes.Chunk

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 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.
 

Methods in org.apache.poi.hsmf.datatypes that return Chunk
 Chunk[] RecipientChunks.getAll()
           
 Chunk[] NameIdChunks.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()
           
 Chunk ChunkBasedPropertyValue.getValue()
           
 

Methods in org.apache.poi.hsmf.datatypes that return types with arguments of type Chunk
 java.util.Map<MAPIProperty,java.util.List<Chunk>> Chunks.getAll()
           
 

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.
 void ChunkBasedPropertyValue.setValue(Chunk chunk)
          Stores the offset of the chunk as the property value
 



Copyright 2016 The Apache Software Foundation or its licensors, as applicable.