-
public final class NativeBufferA native memory wrapper, whose underlying memory can be passed to another JNI method directly. Avoiding unnecessary JNI boxing and unboxing. Must be destroy manually destroyNativeBuffer.
-
-
Constructor Summary
Constructors Constructor Description NativeBuffer(long ptr, int length)
-