Class UTF8


  • public class UTF8
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String UTF8_CHARSET_NAME  
    • Constructor Summary

      Constructors 
      Constructor Description
      UTF8()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.nio.ByteBuffer encode​(java.lang.CharSequence charSequence)  
      static java.nio.ByteBuffer encode​(java.lang.String string)  
      • Methods inherited from class java.lang.Object

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

      • UTF8

        public UTF8()
    • Method Detail

      • encode

        public static java.nio.ByteBuffer encode​(java.lang.CharSequence charSequence)
      • encode

        public static java.nio.ByteBuffer encode​(java.lang.String string)