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 booleanclean(ByteBuffer bb)Ifbis an direct NIO buffer, i.esun.nio.ch.DirectBuffer, calls it'ssun.misc.Cleanerinstanceclean()method once.
-
-
-
Method Detail
-
clean
public static boolean clean(ByteBuffer bb)
Ifbis an direct NIO buffer, i.esun.nio.ch.DirectBuffer, calls it'ssun.misc.Cleanerinstanceclean()method once.- Returns:
trueif successful, otherwisefalse.
-
-