Class ClassFile.ConstantUtf8Info

    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • ConstantUtf8Info

        ConstantUtf8Info​(ClassFile.Parser parser)
                  throws java.io.IOException
        Parses a CONSTANT_Utf8_info item.
        Parameters:
        parser - a class parser.
        Throws:
        java.io.IOException - if the class can't be parsed.