Class MessagePropertiesChunk

    • Constructor Detail

      • MessagePropertiesChunk

        public MessagePropertiesChunk​(ChunkGroup parentGroup)
      • MessagePropertiesChunk

        public MessagePropertiesChunk​(ChunkGroup parentGroup,
                                      boolean isEmbedded)
    • Method Detail

      • 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​(java.io.InputStream value)
                       throws java.io.IOException
        Description copied from class: Chunk
        Reads the value of this chunk using an InputStream
        Specified by:
        readValue in class Chunk
        Throws:
        java.io.IOException
      • writeValue

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