protected static class JNICommonNativeUtil.BufferPointerHandler extends Object implements PointerHandler
| Modifier and Type | Field and Description |
|---|---|
protected ByteBuffer |
buffer |
| Constructor and Description |
|---|
BufferPointerHandler(ByteBuffer buffer) |
| Modifier and Type | Method and Description |
|---|---|
void |
handleClose(long ptr,
long size,
boolean read,
boolean write) |
void |
handleSync(long ptr,
long size,
boolean read,
boolean write,
long offset,
long length,
boolean invalidate) |
protected ByteBuffer buffer
public BufferPointerHandler(ByteBuffer buffer)
public void handleClose(long ptr,
long size,
boolean read,
boolean write)
handleClose in interface PointerHandlerpublic void handleSync(long ptr,
long size,
boolean read,
boolean write,
long offset,
long length,
boolean invalidate)
throws SyncFailedException
handleSync in interface PointerHandlerSyncFailedExceptionCopyright © 2023. All rights reserved.