Package | Description |
---|---|
org.apache.commons.compress.harmony.pack200 |
Modifier and Type | Class and Description |
---|---|
class |
AttributeDefinitionBands
Attribute Definition bands define how any unknown attributes should be read by the decompressor.
|
class |
BcBands
Bytecode bands (corresponds to the
bc_bands set of bands in the pack200 specification) |
class |
ClassBands
Class bands (corresponds to the
class_bands set of bands in the pack200 specification) |
class |
CpBands
Pack200 Constant Pool Bands
|
class |
FileBands
Bands containing information about files in the pack200 archive and the file contents for non-class-files.
|
class |
IcBands
Inner class bands (corresponds to the
ic_bands set of bands in the pack200 specification) |
class |
MetadataBandGroup
A group of metadata (annotation) bands, such as class_RVA_bands, method_AD_bands etc.
|
class |
NewAttributeBands
Set 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
SegmentHeader is the header band of a
Segment . |
Copyright © 2002–2020 The Apache Software Foundation. All rights reserved.