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