Class TextEncoderHelper


  • public class TextEncoderHelper
    extends java.lang.Object
    Helper class to encode text to binary data without allocating temporary objects.
    Since:
    2.6
    • Method Summary

      All Methods Static Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      static void encodeText​(java.nio.charset.CharsetEncoder charsetEncoder, java.nio.CharBuffer charBuf, ByteBufferDestination destination)
      Deprecated.
      • Methods inherited from class java.lang.Object

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

      • encodeText

        @Deprecated
        public static void encodeText​(java.nio.charset.CharsetEncoder charsetEncoder,
                                      java.nio.CharBuffer charBuf,
                                      ByteBufferDestination destination)
        Deprecated.
        For testing purposes only.