Class Util

java.lang.Object
proguard.dexfile.ir.Util

public class Util extends Object
  • Field Details

    • irTransformMemoryLimit

      public static long irTransformMemoryLimit
  • Constructor Details

    • Util

      public Util()
  • Method Details

    • listDesc

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

      public static void appendString(StringBuilder 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)
    • isMemoryLimitReached

      public static boolean isMemoryLimitReached(long afterMemoryQuota)