Class IcBands


  • public class IcBands
    extends BandSet
    Inner class bands (corresponds to the ic_bands set of bands in the pack200 specification)
    • Method Detail

      • finaliseBands

        public void finaliseBands()
        All input classes for the segment have now been read in, so this method is called so that this class can calculate/complete anything it could not do while classes were being read.
      • pack

        public void pack​(java.io.OutputStream out)
                  throws java.io.IOException,
                         Pack200Exception
        Description copied from class: BandSet
        Write the packed set of bands to the given output stream
        Specified by:
        pack in class BandSet
        Parameters:
        out - TODO
        Throws:
        java.io.IOException - If an I/O error occurs.
        Pack200Exception - TODO
      • addInnerClass

        public void addInnerClass​(java.lang.String name,
                                  java.lang.String outerName,
                                  java.lang.String innerName,
                                  int flags)
      • getIcTuple

        public org.apache.commons.compress.harmony.pack200.IcBands.IcTuple getIcTuple​(CPClass inner)