// WARNING: This file was autogenerated by jni-bindgen. Any changes to this file may be lost!!!
#[cfg(any(feature = "all", feature = "java-nio-channels-ByteChannel"))]
__jni_bindgen! {
/// public interface [ByteChannel](https://developer.android.com/reference/java/nio/channels/ByteChannel.html)
///
/// Required feature: "java-nio-channels-ByteChannel"
public interface ByteChannel ("java/nio/channels/ByteChannel") extends crate::java::lang::Object, implements crate::java::nio::channels::ReadableByteChannel, crate::java::nio::channels::WritableByteChannel {
}
}