Constructor and Description |
---|
Cleaner() |
Modifier and Type | Method and Description |
---|---|
static boolean |
clean(Buffer b)
If
b is an direct NIO buffer, i.e sun.nio.ch.DirectBuffer ,
calls it's Cleaner instance clean() method. |
public static boolean clean(Buffer b)
b
is an direct NIO buffer, i.e sun.nio.ch.DirectBuffer
,
calls it's Cleaner
instance clean()
method.true
if successful, otherwise false
.