Class MessagePropertiesChunk


public class MessagePropertiesChunk extends PropertiesChunk
A PropertiesChunk for a Message or Embedded-Message. This has a 32 byte header
  • Constructor Details

    • MessagePropertiesChunk

      public MessagePropertiesChunk(ChunkGroup parentGroup)
    • MessagePropertiesChunk

      public MessagePropertiesChunk(ChunkGroup parentGroup, boolean isEmbedded)
  • Method Details

    • getNextRecipientId

      public long getNextRecipientId()
    • getNextAttachmentId

      public long getNextAttachmentId()
    • getRecipientCount

      public long getRecipientCount()
    • getAttachmentCount

      public long getAttachmentCount()
    • setNextRecipientId

      public void setNextRecipientId(long nextRecipientId)
    • setNextAttachmentId

      public void setNextAttachmentId(long nextAttachmentId)
    • setRecipientCount

      public void setRecipientCount(long recipientCount)
    • setAttachmentCount

      public void setAttachmentCount(long attachmentCount)
    • readValue

      public void readValue(InputStream value) throws IOException
      Description copied from class: Chunk
      Reads the value of this chunk using an InputStream
      Specified by:
      readValue in class Chunk
      Throws:
      IOException
    • writeValue

      public void writeValue(OutputStream stream) throws IOException
      Description copied from class: Chunk
      Writes the value of this chunk back out again.
      Specified by:
      writeValue in class Chunk
      Throws:
      IOException