Class UnsafeUtil
- java.lang.Object
-
- org.apache.logging.log4j.core.util.internal.UnsafeUtil
-
public class UnsafeUtil extends java.lang.ObjectProvides access to unsafe operations.
-
-
Field Summary
Fields Modifier and Type Field Description private static java.lang.reflect.MethodcleanerMethodprivate static java.lang.reflect.MethodcleanMethodprivate static LoggerLOGGER
-
Constructor Summary
Constructors Constructor Description UnsafeUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidclean(java.nio.ByteBuffer bb)
-
-
-
Field Detail
-
LOGGER
private static final Logger LOGGER
-
cleanerMethod
private static java.lang.reflect.Method cleanerMethod
-
cleanMethod
private static java.lang.reflect.Method cleanMethod
-
-