org.apache.poi.hsmf.datatypes
Class MessagePropertiesChunk

java.lang.Object
  extended by org.apache.poi.hsmf.datatypes.Chunk
      extended by org.apache.poi.hsmf.datatypes.PropertiesChunk
          extended by org.apache.poi.hsmf.datatypes.MessagePropertiesChunk

public class MessagePropertiesChunk
extends PropertiesChunk

A PropertiesChunk for a Message or Embedded-Message. This has a 32 byte header


Field Summary
 
Fields inherited from class org.apache.poi.hsmf.datatypes.PropertiesChunk
NAME
 
Fields inherited from class org.apache.poi.hsmf.datatypes.Chunk
chunkId, DEFAULT_NAME_PREFIX, namePrefix, type
 
Constructor Summary
MessagePropertiesChunk(ChunkGroup parentGroup)
           
 
Method Summary
 long getAttachmentCount()
           
 long getNextAttachmentId()
           
 long getNextRecipientId()
           
 long getRecipientCount()
           
 void readValue(java.io.InputStream stream)
          Reads the value of this chunk using an InputStream
 void writeValue(java.io.OutputStream out)
          Writes the value of this chunk back out again.
 
Methods inherited from class org.apache.poi.hsmf.datatypes.PropertiesChunk
getEntryName, getProperties, getValue, getValues, matchVariableSizedPropertiesToChunks, readProperties, writeProperties
 
Methods inherited from class org.apache.poi.hsmf.datatypes.Chunk
getChunkId, getType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MessagePropertiesChunk

public MessagePropertiesChunk(ChunkGroup parentGroup)
Method Detail

getNextRecipientId

public long getNextRecipientId()

getNextAttachmentId

public long getNextAttachmentId()

getRecipientCount

public long getRecipientCount()

getAttachmentCount

public long getAttachmentCount()

readValue

public void readValue(java.io.InputStream stream)
               throws java.io.IOException
Description copied from class: Chunk
Reads the value of this chunk using an InputStream

Specified by:
readValue in class Chunk
Throws:
java.io.IOException

writeValue

public void writeValue(java.io.OutputStream out)
                throws java.io.IOException
Description copied from class: Chunk
Writes the value of this chunk back out again.

Specified by:
writeValue in class Chunk
Throws:
java.io.IOException


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