JByteArray

Type Alias 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§

pub struct JByteArray<'local> { /* private fields */ }