Uses of Package
org.apache.commons.compress.harmony.pack200
Package
Description
Internal package.
Internal package.
Internal package.
Internal package.
-
ClassDescriptionAttribute Definition bands define how any unknown attributes should be read by the decompressor.Abstract superclass for a set of bandsA BHSD codec is a means of encoding integer values as a sequence of bytes or vice versa using a specified "BHSD" encoding mechanism.Class bands (corresponds to the
class_bands
set of bands in the pack200 specification)A Codec allows a sequence of bytes to be decoded into integer values (or vice versa).Abstract superclass for constant pool entries.Pack200 Constant Pool BandsConstant pool entry for a class.Abstract superclass for constant pool constant entries such as numbers or Strings.Constant pool entry for a double.Constant pool entry for a float.Constant pool entry for an int.Constant pool entry for a long.Constant pool entry for a method or field.Constant pool entry for a name and type pair.Constant pool entry for a signature.Constant pool entry for a String.Constant pool entry for a UTF8 entry, used for storing long Strings.Inner class bands (corresponds to theic_bands
set of bands in the pack200 specification)IntList is based onArrayList
, but is written specifically for ints in order to reduce boxing and unboxing to Integers, reduce the memory required and improve performance of pack200.NewAttribute extendsAttribute
and manages unknown attributes encountered by ASM that have had a layout definition given to pack200 (e.g. via one of the -C, -M, -F or -D command line options)An AttributeLayoutElement is a part of an attribute layout and has one or more bands associated with it, which transmit the AttributeElement data for successive Attributes of this type.A Union caseProvides generic JavaBeans support for the Pack/UnpackAdaptersWrapper for ClassReader that enables pack200 to obtain extra class file informationSignals a problem with a Pack200 coding or decoding issue.Manages the various options available for pack200.A Pack200 archive consists of one or more Segments.SegmentHeader is the header band of aSegment
. -
ClassDescriptionA BHSD codec is a means of encoding integer values as a sequence of bytes or vice versa using a specified "BHSD" encoding mechanism.A Codec allows a sequence of bytes to be decoded into integer values (or vice versa).Provides generic JavaBeans support for the Pack/UnpackAdaptersSignals a problem with a Pack200 coding or decoding issue.
-
-