public class MessagePropertiesChunk extends PropertiesChunk
PropertiesChunk
for a Message or Embedded-Message. This has a 32
byte headerNAME
DEFAULT_NAME_PREFIX
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, getRawProperties, getRawValue, getValues, matchVariableSizedPropertiesToChunks, readProperties, writeProperties
getChunkId, getType
public 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
Chunk
public void writeValue(java.io.OutputStream out) throws java.io.IOException
Chunk
writeValue
in class Chunk
java.io.IOException
Copyright 2023 The Apache Software Foundation or its licensors, as applicable.