Class AttrDefinitionBands


  • public class AttrDefinitionBands
    extends BandSet
    Attribute definition bands are the set of bands used to define extra attributes transmitted in the archive.
    • Constructor Detail

      • AttrDefinitionBands

        public AttrDefinitionBands​(Segment segment)
        Constructs a new instance.
        Parameters:
        segment - the segment.
    • Method Detail

      • read

        public void read​(java.io.InputStream in)
                  throws java.io.IOException,
                         Pack200Exception
        Description copied from class: BandSet
        Reads the input stream.
        Specified by:
        read in class BandSet
        Parameters:
        in - the stream to read.
        Throws:
        java.io.IOException - if a problem occurs during reading from the underlying stream.
        Pack200Exception - if a problem occurs with an unexpected value or unsupported Codec.
      • unpack

        public void unpack()
                    throws Pack200Exception,
                           java.io.IOException
        Description copied from class: BandSet
        Unpacks this instance.
        Specified by:
        unpack in class BandSet
        Throws:
        Pack200Exception - if a problem occurs with an unexpected value or unsupported Codec.
        java.io.IOException - if a problem occurs during reading from the underlying stream.