MCPcopy Create free account
hub / github.com/NativeScript/android / NewByteArray

Method NewByteArray

test-app/runtime/src/main/cpp/JEnv.cpp:583–587  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

581}
582
583jbyteArray JEnv::NewByteArray(jsize length) {
584 jbyteArray jba = m_env->NewByteArray(length);
585 CheckForJavaException();
586 return jba;
587}
588
589jbooleanArray JEnv::NewBooleanArray(jsize length) {
590 jbooleanArray jba = m_env->NewBooleanArray(length);

Callers 5

HttpFetchTextFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected