Class CPUTF8
java.lang.Object
org.apache.commons.compress.harmony.unpack200.bytecode.ClassFileEntry
org.apache.commons.compress.harmony.unpack200.bytecode.ConstantPoolEntry
org.apache.commons.compress.harmony.unpack200.bytecode.CPUTF8
UTF8 constant pool entry, used for storing long Strings.
-
Field Summary
Fields inherited from class org.apache.commons.compress.harmony.unpack200.bytecode.ConstantPoolEntry
CP_Class, CP_Double, CP_Fieldref, CP_Float, CP_Integer, CP_InterfaceMethodref, CP_Long, CP_Methodref, CP_NameAndType, CP_String, CP_UTF8, globalIndex
Fields inherited from class org.apache.commons.compress.harmony.unpack200.bytecode.ClassFileEntry
NONE
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
int
hashCode()
void
setGlobalIndex
(int index) toString()
protected void
Methods inherited from class org.apache.commons.compress.harmony.unpack200.bytecode.ConstantPoolEntry
doWrite, getGlobalIndex, getTag
Methods inherited from class org.apache.commons.compress.harmony.unpack200.bytecode.ClassFileEntry
getNestedClassFileEntries, objectHashCode, resolve, write
-
Constructor Details
-
CPUTF8
-
CPUTF8
Creates a new CPUTF8 instance- Parameters:
utf8
- TODOglobalIndex
- index in CpBands- Throws:
NullPointerException
- if utf8 is null
-
-
Method Details
-
equals
- Specified by:
equals
in classConstantPoolEntry
-
hashCode
- Specified by:
hashCode
in classConstantPoolEntry
-
setGlobalIndex
-
toString
- Specified by:
toString
in classClassFileEntry
-
underlyingString
-
writeBody
- Specified by:
writeBody
in classConstantPoolEntry
- Throws:
IOException
-