Package org.openjdk.asmtools.asmutils
Class StringUtils
- java.lang.Object
-
- org.openjdk.asmtools.asmutils.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.
-