Package com.googlecode.dex2jar.ir
Class Util
java.lang.Object
com.googlecode.dex2jar.ir.Util
-
Method Summary
Modifier and TypeMethodDescriptionstatic voidappendString(StringBuffer buf, String s) Appends a quoted string to a given buffer.static StringtoShortClassName(String desc)
-
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
-