| Package | Description |
|---|---|
| io.humble.ferry |
A collection of classes that ferry objects from Java to native code and back,
and manage native memory.
|
| Modifier and Type | Method and Description |
|---|---|
ByteBuffer |
Buffer.getByteBuffer(int offset,
int length,
AtomicReference<JNIReference> referenceReturn)
Returns up to length bytes, starting at offset in the underlying
buffer we're managing, and also passed back a
JNIReference
that can optionally be used by the caller to free the underlying
native memory. |
Copyright © 2018 Humble Software. All rights reserved.