Uses of Class
org.apache.commons.compress.harmony.unpack200.bytecode.CPUTF8
Packages that use CPUTF8
Package
Description
Internal package.
Internal package.
-
Uses of CPUTF8 in org.apache.commons.compress.harmony.unpack200
Fields in org.apache.commons.compress.harmony.unpack200 declared as CPUTF8Modifier and TypeFieldDescriptionCPUTF8[]
MetadataBandGroup.casec_RS
CPUTF8[]
MetadataBandGroup.cases_RU
CPUTF8[]
MetadataBandGroup.name_RU
CPUTF8[]
MetadataBandGroup.nestname_RU
CPUTF8[]
MetadataBandGroup.nesttype_RS
CPUTF8[][]
MetadataBandGroup.type_RS
Methods in org.apache.commons.compress.harmony.unpack200 that return CPUTF8Modifier and TypeMethodDescriptionCpBands.cpSignatureValue
(int index) CpBands.cpUTF8Value
(int index) CpBands.cpUTF8Value
(String string) CpBands.cpUTF8Value
(String string, boolean searchForIndex) CPUTF8[]
BandSet.parseCPSignatureReferences
(String name, InputStream in, BHSDCodec codec, int count) Parses an input stream into an array ofCPUTF8
.protected CPUTF8[][]
BandSet.parseCPSignatureReferences
(String name, InputStream in, BHSDCodec codec, int[] counts) Parses an input stream into an array of array ofCPUTF8
.CPUTF8[]
BandSet.parseCPUTF8References
(String name, InputStream in, BHSDCodec codec, int count) Parses an input stream into an array ofCPUTF8
.CPUTF8[][]
BandSet.parseCPUTF8References
(String name, InputStream in, BHSDCodec codec, int[] counts) Parses an input stream into an array of array ofCPUTF8
.Methods in org.apache.commons.compress.harmony.unpack200 with parameters of type CPUTF8Modifier and TypeMethodDescriptionstatic void
MetadataBandGroup.setRiaAttributeName
(CPUTF8 cpUTF8Value) static void
MetadataBandGroup.setRipaAttributeName
(CPUTF8 cpUTF8Value) static void
MetadataBandGroup.setRvaAttributeName
(CPUTF8 cpUTF8Value) static void
MetadataBandGroup.setRvpaAttributeName
(CPUTF8 cpUTF8Value) -
Uses of CPUTF8 in org.apache.commons.compress.harmony.unpack200.bytecode
Fields in org.apache.commons.compress.harmony.unpack200.bytecode declared as CPUTF8Modifier and TypeFieldDescriptionprotected final CPUTF8
Attribute.attributeName
The attribute name.protected final CPUTF8
CPMember.descriptor
Methods in org.apache.commons.compress.harmony.unpack200.bytecode that return CPUTF8Modifier and TypeMethodDescriptionprotected CPUTF8
Attribute.getAttributeName()
Gets the attribute name.Methods in org.apache.commons.compress.harmony.unpack200.bytecode with parameters of type CPUTF8Modifier and TypeMethodDescriptionvoid
InnerClassesAttribute.addInnerClassesEntry
(CPClass innerClass, CPClass outerClass, CPUTF8 innerName, int flags) static void
AnnotationDefaultAttribute.setAttributeName
(CPUTF8 cpUTF8Value) Sets the attribute name.static void
CodeAttribute.setAttributeName
(CPUTF8 attributeName) static void
ConstantValueAttribute.setAttributeName
(CPUTF8 cpUTF8Value) static void
DeprecatedAttribute.setAttributeName
(CPUTF8 cpUTF8Value) static void
EnclosingMethodAttribute.setAttributeName
(CPUTF8 cpUTF8Value) static void
ExceptionsAttribute.setAttributeName
(CPUTF8 cpUTF8Value) static void
InnerClassesAttribute.setAttributeName
(CPUTF8 cpUTF8Value) static void
LineNumberTableAttribute.setAttributeName
(CPUTF8 cpUTF8Value) static void
LocalVariableTableAttribute.setAttributeName
(CPUTF8 cpUTF8Value) static void
LocalVariableTypeTableAttribute.setAttributeName
(CPUTF8 cpUTF8Value) static void
SignatureAttribute.setAttributeName
(CPUTF8 cpUTF8Value) static void
SourceFileAttribute.setAttributeName
(CPUTF8 cpUTF8Value) Constructors in org.apache.commons.compress.harmony.unpack200.bytecode with parameters of type CPUTF8ModifierConstructorDescriptionAnnotation
(int numPairs, CPUTF8 type, CPUTF8[] elementNames, AnnotationsAttribute.ElementValue[] elementValues) Constructs a new instance.AnnotationsAttribute
(CPUTF8 attributeName) Constructs a new instance for an attribute name.Constructs a new instance for an attribute name.BCIRenumberedAttribute
(CPUTF8 attributeName) Constructs a new instance for an attribute name.Creates a new CPClassConstructs a new CPMember.CPNameAndType
(CPUTF8 name, CPUTF8 descriptor, int globalIndex) Constructs a new CPNameAndType.Constructs a new instance.LocalVariableTableAttribute
(int localVariableTableLength, int[] startPcs, int[] lengths, CPUTF8[] names, CPUTF8[] descriptors, int[] indexes) LocalVariableTypeTableAttribute
(int localVariableTypeTableLength, int[] startPcs, int[] lengths, CPUTF8[] names, CPUTF8[] signatures, int[] indexes) NewAttribute
(CPUTF8 attributeName, int layoutIndex) RuntimeVisibleorInvisibleAnnotationsAttribute
(CPUTF8 name, AnnotationsAttribute.Annotation[] annotations) Constructs a new instance for an attribute name.RuntimeVisibleorInvisibleParameterAnnotationsAttribute
(CPUTF8 name, RuntimeVisibleorInvisibleParameterAnnotationsAttribute.ParameterAnnotation[] parameterAnnotations) Constructs a new instance for an attribute name.SignatureAttribute
(CPUTF8 value) SourceFileAttribute
(CPUTF8 name)