Class LockingStringBuilderEncoder
- java.lang.Object
-
- org.apache.logging.log4j.core.layout.LockingStringBuilderEncoder
-
-
Constructor Summary
Constructors Constructor Description LockingStringBuilderEncoder(java.nio.charset.Charset charset)
LockingStringBuilderEncoder(java.nio.charset.Charset charset, int charBufferSize)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
encode(java.lang.StringBuilder source, ByteBufferDestination destination)
Encodes the specified source object to some binary representation and writes the result to the specified destination.
-
-
-
Method Detail
-
encode
public void encode(java.lang.StringBuilder source, ByteBufferDestination destination)
Description copied from interface:Encoder
Encodes the specified source object to some binary representation and writes the result to the specified destination.
-
-