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
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
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
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message