Interface NewAttributeBands.AttributeLayoutElement

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void addToAttribute​(int index, NewAttribute attribute)
      Adds the band data for this element at the given index to the attribute.
      void readBands​(java.io.InputStream in, int count)
      Read the bands associated with this part of the layout.
    • Method Detail

      • addToAttribute

        void addToAttribute​(int index,
                            NewAttribute attribute)
        Adds the band data for this element at the given index to the attribute.
        Parameters:
        index - Index position to add the attribute.
        attribute - The attribute to add.
      • readBands

        void readBands​(java.io.InputStream in,
                       int count)
                throws java.io.IOException,
                       Pack200Exception
        Read the bands associated with this part of the layout.
        Parameters:
        in - TODO
        count - TODO
        Throws:
        Pack200Exception - Bad archive.
        java.io.IOException - If an I/O error occurs.