News

I use JNI to pass file information from C++ to my Java okhttp3 Websocket client. I convert, say an image file, from a base64 string to a byte array using the standard JNI signatures. The Websocket ...