1 2 3 4 5
use jni_sys::{ jbooleanArray, jsize }; use jvm::Jvm; use jvm_attachment::JvmAttachment; jvm_array_wrapper!(JvmBooleanArray, jbooleanArray);