Uses of Class
org.apache.commons.compress.harmony.pack200.BandSet

Packages that use BandSet
Package
Description
Internal package.
  • Uses of BandSet in org.apache.commons.compress.harmony.pack200

    Modifier and Type
    Class
    Description
    class 
    Attribute Definition bands define how any unknown attributes should be read by the decompressor.
    class 
    Bytecode bands (corresponds to the bc_bands set of bands in the pack200 specification)
    class 
    Class bands (corresponds to the class_bands set of bands in the pack200 specification)
    class 
    Pack200 Constant Pool Bands
    class 
    Bands containing information about files in the pack200 archive and the file contents for non-class-files.
    class 
    Inner class bands (corresponds to the ic_bands set of bands in the pack200 specification)
    class 
    A group of metadata (annotation) bands, such as class_RVA_bands, method_AD_bands etc.
    class 
    Sets of bands relating to a non-predefined attribute that has had a layout definition given to pack200 (e.g.
    class 
    SegmentHeader is the header band of a Segment.