Class FastThreadLocalUtf8Decoder


  • public final class FastThreadLocalUtf8Decoder
    extends java.lang.Object
    • Method Summary

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

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

      • string

        public static java.lang.String string​(java.nio.ByteBuffer buffer)
                                       throws java.nio.charset.CharacterCodingException
        Throws:
        java.nio.charset.CharacterCodingException
      • stringThrowRuntime

        public static java.lang.String stringThrowRuntime​(java.nio.ByteBuffer buffer)