Hello,

Assume I have my java class, and my cs class. What I want is to transfer
binary data between these two with max performance.

Main direction is cs -> java for now.

What is the best way?

1) JNI CopyArray - how is that implemented internally? SetIntArrayRegion?
2) DirectByteBuffer seems to be a better alternative, but on mono side, the
only way is Marshal.ReadInt32/WriteInt32? Is that fast?
3) anything else?


  Igor
_______________________________________________
Monodroid mailing list
Monodroid@lists.ximian.com

UNSUBSCRIBE INFORMATION:
http://lists.ximian.com/mailman/listinfo/monodroid

Reply via email to