Class CodepointToString


  • public class CodepointToString
    extends java.lang.Object
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.String of​(int codepoint)  
      static java.lang.String of​(java.lang.String text)  
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • useHex

        public static boolean useHex
      • uppercase

        public static boolean uppercase
      • quotePrintableCharacters

        public static boolean quotePrintableCharacters
    • Constructor Detail

      • CodepointToString

        public CodepointToString()
    • Method Detail

      • of

        public static java.lang.String of​(int codepoint)
      • of

        public static java.lang.String of​(java.lang.String text)