Package org.jf.util
Class StringUtils
- java.lang.Object
-
- org.jf.util.StringUtils
-
public class StringUtils extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description StringUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static java.lang.String
escapeString(java.lang.String value)
static void
writeEscapedChar(java.io.Writer writer, char c)
Deprecated.Useorg.jf.baksmali.formatter.BaksmaliWriter#writeCharEncodedValue
static void
writeEscapedString(java.io.Writer writer, java.lang.String value)
Deprecated.
-
-
-
Method Detail
-
writeEscapedChar
@Deprecated public static void writeEscapedChar(java.io.Writer writer, char c) throws java.io.IOException
Deprecated.Useorg.jf.baksmali.formatter.BaksmaliWriter#writeCharEncodedValue
- Throws:
java.io.IOException
-
writeEscapedString
@Deprecated public static void writeEscapedString(java.io.Writer writer, java.lang.String value) throws java.io.IOException
Deprecated.- Throws:
java.io.IOException
-
escapeString
public static java.lang.String escapeString(java.lang.String value)
-
-