Class StringOutputUtil


  • class StringOutputUtil
    extends java.lang.Object
    • Constructor Detail

      • StringOutputUtil

        StringOutputUtil()
    • Method Detail

      • categorize

        static int categorize​(java.lang.String s)
      • categorize

        static int categorize​(char[] text,
                              int offset,
                              int len)
      • categorize

        static int categorize​(int c)
      • getBasicStringEscape

        static java.lang.String getBasicStringEscape​(char c)
        Get the basic string escape sequence for a character, or null if the character does not need to be escaped.