public final class DirectByteBufferDeallocator
extends java.lang.Object
DirectByteBufferDeallocator
Utility class used to free direct buffer memory.Modifier and Type | Method | Description |
---|---|---|
static void |
free(java.nio.ByteBuffer buffer) |
Attempts to deallocate the underlying direct memory.
|
Copyright © 2018. All rights reserved.