No implementation found for java.io.ByteArrayInputStream

57 views
Skip to first unread message

Waqar Mahmood

unread,
Sep 10, 2018, 2:13:04 PM9/10/18
to android-ndk
I am trying to send image pixels to int array form to jni which after processing returning me a jobject to java.. how to handle this jobject in java? i tried to cast jobject to ByteBuffer and ByteInputStream but both thorow exception and No implementation found for java.io.ByteBuffer ,  No implementation found for java.io.ByteArrayInputStream.. plz help any solution

Alex Cohn

unread,
Sep 25, 2018, 3:59:44 PM9/25/18
to android-ndk
> No implementation found for java.io.ByteBuffer

Should be java.nio.ByteBuffer

BR,
Alex
Reply all
Reply to author
Forward
0 new messages