rucaja 0.4.0

Rust Calls Java - via JNI
Documentation
1
2
3
4
5
use jni_sys::jbyteArray;
use jvm::Jvm;
use jvm_attachment::JvmAttachment;

jvm_wrapper_struct!(JvmByteArray, jbyteArray);