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(InputStream stream)
Reads the value of this chunk using an InputStream
|
void |
writeValue(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(InputStream stream) throws IOException
ChunkreadValue in class ChunkIOExceptionpublic void writeValue(OutputStream out) throws IOException
ChunkwriteValue in class ChunkIOExceptionCopyright © 2019. All rights reserved.