final class Cleaner0
extends java.lang.Object
ByteBuffer
by using Cleaner. This is encapsulated in an extra class to be able
to use PlatformDependent0
on Android without problems.
For more details see #2604.Modifier and Type | Field and Description |
---|---|
private static java.lang.reflect.Method |
CLEAN_METHOD |
private static long |
CLEANER_FIELD_OFFSET |
private static boolean |
CLEANER_IS_RUNNABLE |
private static InternalLogger |
logger |
Modifier | Constructor and Description |
---|---|
private |
Cleaner0() |
Modifier and Type | Method and Description |
---|---|
(package private) static void |
freeDirectBuffer(java.nio.ByteBuffer buffer) |
private static final long CLEANER_FIELD_OFFSET
private static final java.lang.reflect.Method CLEAN_METHOD
private static final boolean CLEANER_IS_RUNNABLE
private static final InternalLogger logger