public class MappedBufferCleaner
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
UNMAP_NOT_SUPPORTED_REASON
if
UNMAP_SUPPORTED is false , this contains the reason why unmapping is not supported. |
static boolean |
UNMAP_SUPPORTED
true , if this platform supports unmapping mmapped files. |
Constructor and Description |
---|
MappedBufferCleaner() |
Modifier and Type | Method and Description |
---|---|
static void |
freeBuffer(java.nio.ByteBuffer b)
If a cleaner is available, this buffer will be cleaned.
|
public static final boolean UNMAP_SUPPORTED
true
, if this platform supports unmapping mmapped files.public static final java.lang.String UNMAP_NOT_SUPPORTED_REASON
UNMAP_SUPPORTED
is false
, this contains the reason why unmapping is not supported.Copyright © 2010 - 2020 Adobe. All Rights Reserved