org.apache.poi.hsmf.datatypes
Class MessagePropertiesChunk
java.lang.Object
org.apache.poi.hsmf.datatypes.Chunk
org.apache.poi.hsmf.datatypes.PropertiesChunk
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MessagePropertiesChunk
public MessagePropertiesChunk(ChunkGroup parentGroup)
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.