Class StringUtils


  • public class StringUtils
    extends java.lang.Object
    Utility class to share common tools/methods.
    • Constructor Summary

      Constructors 
      Constructor Description
      StringUtils()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.String Utf8ToString​(java.lang.String utf8)
      Converts CONSTANT_Utf8_info string to a printable string for jdis/jdes.
      • Methods inherited from class java.lang.Object

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

      • StringUtils

        public StringUtils()
    • Method Detail

      • Utf8ToString

        public static java.lang.String Utf8ToString​(java.lang.String utf8)
        Converts CONSTANT_Utf8_info string to a printable string for jdis/jdes.
        Parameters:
        utf8 - UTF8 string taken from within ConstantPool of a class file
        Returns:
        output string for jcod/jasm