Type Alias java_bindgen::prelude::JByteArray
source · pub type JByteArray<'local> = JPrimitiveArray<'local, i8>;
Expand description
Lifetime’d representation of a crate::sys::jbyteArray
which wraps a JObject
reference
Aliased Type§
struct JByteArray<'local> { /* private fields */ }