1 2 3 4 5
use jni_sys::jshortArray; use jvm::Jvm; use jvm_attachment::JvmAttachment; jvm_wrapper_struct!(JvmShortArray, jshortArray);