Class TextUtils


  • public class TextUtils
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      TextUtils()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.String escapeJavaString​(java.lang.String s)
      Convert a text into a valid ISO-Latin-1 Java string constant
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • TextUtils

        public TextUtils()
    • Method Detail

      • escapeJavaString

        public static java.lang.String escapeJavaString​(java.lang.String s)
        Convert a text into a valid ISO-Latin-1 Java string constant