Class Util

java.lang.Object
com.googlecode.dex2jar.ir.Util

public final class Util extends Object
  • Method Details

    • listDesc

      public static List<String> listDesc(String desc)
    • appendString

      public static void appendString(StringBuffer buf, String s)
      Appends a quoted string to a given buffer.
      Parameters:
      buf - the buffer where the string must be added.
      s - the string to be added.
    • toShortClassName

      public static String toShortClassName(String desc)