public class MessagePropertiesChunk extends PropertiesChunk
PropertiesChunk for a Message or Embedded-Message. This has a 32
byte headerNAME, PROPERTIES_FLAG_READABLE, PROPERTIES_FLAG_WRITEABLE, VARIABLE_LENGTH_PROPERTY_PREFIXDEFAULT_NAME_PREFIX| Constructor and Description |
|---|
MessagePropertiesChunk(ChunkGroup parentGroup) |
MessagePropertiesChunk(ChunkGroup parentGroup,
boolean isEmbedded) |
| Modifier and Type | Method and Description |
|---|---|
long |
getAttachmentCount() |
long |
getNextAttachmentId() |
long |
getNextRecipientId() |
long |
getRecipientCount() |
void |
readValue(InputStream value)
Reads the value of this chunk using an InputStream
|
void |
setAttachmentCount(long attachmentCount) |
void |
setNextAttachmentId(long nextAttachmentId) |
void |
setNextRecipientId(long nextRecipientId) |
void |
setRecipientCount(long recipientCount) |
void |
writeValue(OutputStream stream)
Writes the value of this chunk back out again.
|
getEntryName, getProperties, getRawProperties, getRawValue, getValues, setProperty, writePropertiesgetChunkId, getTypepublic MessagePropertiesChunk(ChunkGroup parentGroup)
public MessagePropertiesChunk(ChunkGroup parentGroup, boolean isEmbedded)
public long getNextRecipientId()
public long getNextAttachmentId()
public long getRecipientCount()
public long getAttachmentCount()
public void setNextRecipientId(long nextRecipientId)
public void setNextAttachmentId(long nextAttachmentId)
public void setRecipientCount(long recipientCount)
public void setAttachmentCount(long attachmentCount)
public void readValue(InputStream value) throws IOException
ChunkreadValue in class ChunkIOExceptionpublic void writeValue(OutputStream stream) throws IOException
ChunkwriteValue in class ChunkIOExceptionCopyright © 2010 - 2020 Adobe. All Rights Reserved