Package org.jf.util

Class StringUtils


  • public class StringUtils
    extends java.lang.Object
    • Constructor Detail

      • StringUtils

        public StringUtils()
    • Method Detail

      • writeEscapedChar

        @Deprecated
        public static void writeEscapedChar​(java.io.Writer writer,
                                            char c)
                                     throws java.io.IOException
        Deprecated.
        Use org.jf.baksmali.formatter.BaksmaliWriter#writeCharEncodedValue
        Throws:
        java.io.IOException
      • escapeString

        public static java.lang.String escapeString​(java.lang.String value)