Uses of Class
org.apache.commons.compress.harmony.pack200.BandSet
Packages that use BandSet
-
Uses of BandSet in org.apache.commons.compress.harmony.pack200
Subclasses of BandSet in org.apache.commons.compress.harmony.pack200Modifier and TypeClassDescriptionclass
Attribute Definition bands define how any unknown attributes should be read by the decompressor.class
Bytecode bands (corresponds to thebc_bands
set of bands in the pack200 specification)class
Class bands (corresponds to theclass_bands
set of bands in the pack200 specification)class
Pack200 Constant Pool Bandsclass
Bands containing information about files in the pack200 archive and the file contents for non-class-files.class
Inner class bands (corresponds to theic_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. via one of the -C, -M, -F or -D command line options)class
SegmentHeader is the header band of aSegment
.