Class UTF8Support


  • public class UTF8Support
    extends UTFSupport
    This class provides some utility methods related to UTF-8 encoding.
    • Field Summary

    • Constructor Summary

      Constructors 
      Constructor Description
      UTF8Support()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static byte[] toUTF8​(java.lang.String uniStr)
      Converts the string to UTF-8 format.
      • Methods inherited from class java.lang.Object

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

      • UTF8Support

        public UTF8Support()
    • Method Detail

      • toUTF8

        public static byte[] toUTF8​(java.lang.String uniStr)
        Converts the string to UTF-8 format.