Class ConstantUtf8

java.lang.Object
org.apache.tomcat.util.bcel.classfile.Constant
org.apache.tomcat.util.bcel.classfile.ConstantUtf8

public final class ConstantUtf8 extends Constant
This class is derived from the abstract Constant class and represents a reference to a Utf8 encoded string.
See Also:
  • Method Details

    • getBytes

      public final String getBytes()
      Returns:
      Data converted to string.