"Etienne M. Gagnon" wrote:

> This is not difficult.  Simply define a "byte[] data;" field that will
> hold the value of a pointer to your native data.  The actual size of
> this array will be determined on the native side, based on the
> platform's own pointer size.

Or put structure directly inside byte array. Contents have to be pinned
anyway.

Artur

_______________________________________________
Classpath mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/classpath

Reply via email to