Type Definition jni::objects::JByteArray

source ·
pub type JByteArray<'local> = JPrimitiveArray<'local, jbyte>;
Expand description

Lifetime’d representation of a crate::sys::jbyteArray which wraps a JObject reference