Forums
New posts
Search forums
Members
Current visitors
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Forums
Archive
Archive
Java
Native memory backed BufferedImage with NIO
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
[QUOTE="Roland Richter, post: 587853"] Just for clarifiction: the array I provide is at the native side ... ... and, unfortunately, the created ByteBuffer is NOT backed by an array at the Java side (i.e. ByteBuffer.hasArray() is false). I tried that today, and additionaly found this post: [URL]http://forum.java.sun.com/thread.jsp?forum=52&thread=276504[/URL] In another post [URL]http://forum.java.sun.com/thread.jsp?forum=4&thread=437539[/URL] it is suggested to implement a version of DataBuffer which is backed by a (Mapped)ByteBuffer *gasp* ... - Roland [/QUOTE]
Verification
Post reply
Forums
Archive
Archive
Java
Native memory backed BufferedImage with NIO
Top