Class TextEncoderHelper
- java.lang.Object
-
- org.apache.logging.log4j.core.layout.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.
-
-
-
Method Detail
-
encodeText
@Deprecated public static void encodeText(java.nio.charset.CharsetEncoder charsetEncoder, java.nio.CharBuffer charBuf, ByteBufferDestination destination)
Deprecated.For testing purposes only.
-
-