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

Method ReleaseShortArrayElements

JNI/jni/jni.h:1704–1708  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1702 functions->ReleaseCharArrayElements(this,array,elems,mode);
1703 }
1704 void ReleaseShortArrayElements(jshortArray array,
1705 jshort *elems,
1706 jint mode) {
1707 functions->ReleaseShortArrayElements(this,array,elems,mode);
1708 }
1709 void ReleaseIntArrayElements(jintArray array,
1710 jint *elems,
1711 jint mode) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected