you can find some information about direct bytebuffer in the documentation
:
http://docs.oracle.com/javase/6/docs/api/java/nio/ByteBuffer.html
I'm not sure if it help you but it's a good start.

by the way ,  in the documentations it is generally recommended that you
use direct allocation if you wish to gain performance.
maybe you should try using different allocation method of the byteBuffer
class and see if it's still good in a performance manner.

(sorry for my english , i haven't practice it for some time )

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to