MCPcopy Create free account
hub / github.com/Firebasky/Java / NewDirectByteBuffer

Method NewDirectByteBuffer

JNI/jni/jni.h:1847–1849  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1845 }
1846
1847 jobject NewDirectByteBuffer(void* address, jlong capacity) {
1848 return functions->NewDirectByteBuffer(this, address, capacity);
1849 }
1850 void* GetDirectBufferAddress(jobject buf) {
1851 return functions->GetDirectBufferAddress(this, buf);
1852 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected