Class StoragePropertiesChunk


  • public class StoragePropertiesChunk
    extends PropertiesChunk
    A PropertiesChunk for a Storage Properties, such as Attachments and Recipients. This only has a 8 byte header
    • Constructor Detail

      • StoragePropertiesChunk

        public StoragePropertiesChunk​(ChunkGroup parentGroup)
    • Method Detail

      • readValue

        public void readValue​(java.io.InputStream stream)
                       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 out)
                        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