Package com.jogamp.common.nio
Class Buffers.Cleaner
- java.lang.Object
-
- com.jogamp.common.nio.Buffers.Cleaner
-
-
Constructor Summary
Constructors Constructor Description Cleaner()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static boolean
clean(ByteBuffer bb)
Ifb
is an direct NIO buffer, i.eDirectBuffer
, calls it'ssun.misc.Cleaner
instanceclean()
method once.
-
-
-
Method Detail
-
clean
public static boolean clean(ByteBuffer bb)
Ifb
is an direct NIO buffer, i.eDirectBuffer
, calls it'ssun.misc.Cleaner
instanceclean()
method once.- Returns:
true
if successful, otherwisefalse
.
-
-