DeallocationHelper.AndroidDeallocator
, DeallocationHelper.ApacheHarmonyDeallocator
, DeallocationHelper.GnuClasspathDeallocator
, DeallocationHelper.OracleSunOpenJdkDeallocator
public abstract static class DeallocationHelper.Deallocator extends Object
Constructor | Description |
---|---|
Deallocator() |
Modifier and Type | Method | Description |
---|---|---|
abstract boolean |
run(ByteBuffer directByteBuffer) |
releases the native memory of a deallocatable byte buffer
|
protected final Log logger
public abstract boolean run(ByteBuffer directByteBuffer)
directByteBuffer
- deallocatable byte buffertrue
if the deallocation is successful,
otherwise false