public class MessagePropertiesChunk extends PropertiesChunk
PropertiesChunk for a Message or Embedded-Message.
This has a 32 byte headerNAMEchunkId, DEFAULT_NAME_PREFIX, namePrefix, type| Constructor and Description |
|---|
MessagePropertiesChunk(ChunkGroup parentGroup) |
| Modifier and Type | Method and Description |
|---|---|
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.
|
getEntryName, getProperties, getValue, getValues, matchVariableSizedPropertiesToChunks, readProperties, writePropertiesgetChunkId, getTypepublic MessagePropertiesChunk(ChunkGroup parentGroup)
public long getNextRecipientId()
public long getNextAttachmentId()
public long getRecipientCount()
public long getAttachmentCount()
public void readValue(java.io.InputStream stream)
throws java.io.IOException
Chunkpublic void writeValue(java.io.OutputStream out)
throws java.io.IOException
ChunkwriteValue in class Chunkjava.io.IOExceptionCopyright 2014 The Apache Software Foundation or its licensors, as applicable.