java.lang.Object
org.apache.tools.ant.taskdefs.optional.depend.constantpool.ConstantPoolEntry
org.apache.tools.ant.taskdefs.optional.depend.constantpool.Utf8CPInfo

public class Utf8CPInfo extends ConstantPoolEntry
A UTF8 Constant Pool Entry.
  • Constructor Details

    • Utf8CPInfo

      public Utf8CPInfo()
      Constructor.
  • Method Details

    • read

      public void read(DataInputStream cpStream) throws IOException
      read a constant pool entry from a class stream.
      Specified by:
      read in 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.
    • toString

      public String toString()
      Print a readable version of the constant pool entry.
      Overrides:
      toString in class Object
      Returns:
      the string representation of this constant pool entry.
    • getValue

      public String getValue()
      Get the string value of the UTF-8 entry
      Returns:
      the UTF-8 value as a Java string