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

Method GetDirectBufferAddress

JNI/jni/jni.h:1850–1852  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1848 return functions->NewDirectByteBuffer(this, address, capacity);
1849 }
1850 void* GetDirectBufferAddress(jobject buf) {
1851 return functions->GetDirectBufferAddress(this, buf);
1852 }
1853 jlong GetDirectBufferCapacity(jobject buf) {
1854 return functions->GetDirectBufferCapacity(this, buf);
1855 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected