Package | Description |
---|---|
org.apache.commons.compress.harmony.pack200 |
Internal package.
|
Modifier and Type | Class and Description |
---|---|
class |
CPClass
Constant pool entry for a class.
|
class |
CPConstant<T extends CPConstant<T>>
Abstract superclass for constant pool constant entries such as numbers or Strings.
|
class |
CPDouble
Constant pool entry for a double.
|
class |
CPFloat
Constant pool entry for a float.
|
class |
CPInt
Constant pool entry for an int.
|
class |
CPLong
Constant pool entry for a long.
|
class |
CPMethodOrField
Constant pool entry for a method or field.
|
class |
CPNameAndType
Constant pool entry for a name and type pair.
|
class |
CPSignature
Constant pool entry for a signature.
|
class |
CPString
Constant pool entry for a String.
|
class |
CPUTF8
Constant pool entry for a UTF8 entry, used for storing long Strings.
|
Modifier and Type | Method and Description |
---|---|
protected int[] |
BandSet.cpEntryListToArray(List<? extends ConstantPoolEntry> list)
Converts a list of ConstantPoolEntrys to an int[] array of their indices
|
protected int[] |
BandSet.cpEntryOrNullListToArray(List<? extends ConstantPoolEntry> list)
Converts a list of ConstantPoolEntrys or nulls to an int[] array of their indices +1 (or 0 for nulls)
|
Copyright © 2002–2022 The Apache Software Foundation. All rights reserved.