fusesource / hawtjni

A JNI code generator based on the JNI generator used by the eclipse SWT project
http://fusesource.github.io/hawtjni/
Apache License 2.0
165 stars 61 forks source link

Support for returning DirectByteBuffers #25

Open phraktle opened 8 years ago

phraktle commented 8 years ago

Please add support for returning ByteBuffers from the native code, to wrap native memory regions (see http://docs.oracle.com/javase/8/docs/technotes/guides/jni/spec/functions.html#NewDirectByteBuffer).

krisskross commented 8 years ago

+1

gnodet commented 7 years ago

Is there still any interest in this ? Because I'm planning a release in the short term...