Class Utf8CPInfo
java.lang.Object
org.apache.tools.ant.taskdefs.optional.depend.constantpool.ConstantPoolEntry
org.apache.tools.ant.taskdefs.optional.depend.constantpool.Utf8CPInfo
A UTF8 Constant Pool Entry.
- 
Field SummaryFields inherited from class org.apache.tools.ant.taskdefs.optional.depend.constantpool.ConstantPoolEntryCONSTANT_CLASS, CONSTANT_DOUBLE, CONSTANT_FIELDREF, CONSTANT_FLOAT, CONSTANT_INTEGER, CONSTANT_INTERFACEMETHODREF, CONSTANT_INVOKEDYNAMIC, CONSTANT_LONG, CONSTANT_METHODHANDLE, CONSTANT_METHODREF, CONSTANT_METHODTYPE, CONSTANT_MODULEINFO, CONSTANT_NAMEANDTYPE, CONSTANT_PACKAGEINFO, CONSTANT_STRING, CONSTANT_UTF8
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class org.apache.tools.ant.taskdefs.optional.depend.constantpool.ConstantPoolEntrygetNumEntries, getTag, isResolved, readEntry, resolve
- 
Constructor Details- 
Utf8CPInfopublic Utf8CPInfo()Constructor.
 
- 
- 
Method Details- 
readread a constant pool entry from a class stream.- Specified by:
- readin class- ConstantPoolEntry
- Parameters:
- cpStream- the DataInputStream which contains the constant pool entry to be read.
- Throws:
- IOException- if there is a problem reading the entry from the stream.
 
- 
toStringPrint a readable version of the constant pool entry.
- 
getValueGet the string value of the UTF-8 entry- Returns:
- the UTF-8 value as a Java string
 
 
-