Class Utf8CPInfo

    • Constructor Detail

      • Utf8CPInfo

        public Utf8CPInfo()
        Constructor.
    • Method Detail

      • read

        public void read​(java.io.DataInputStream cpStream)
                  throws java.io.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:
        java.io.IOException - if there is a problem reading the entry from the stream.
      • toString

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

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