Package proguard.dexfile.ir
Class Util
java.lang.Object
proguard.dexfile.ir.Util
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidappendString(StringBuilder buf, String s) Appends a quoted string to a given buffer.static booleanisMemoryLimitReached(long afterMemoryQuota) static StringtoShortClassName(String desc)
-
Field Details
-
irTransformMemoryLimit
public static long irTransformMemoryLimit
-
-
Constructor Details
-
Util
public Util()
-
-
Method Details
-
listDesc
-
appendString
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
-
isMemoryLimitReached
public static boolean isMemoryLimitReached(long afterMemoryQuota)
-