5 messages in net.java.dev.jna.usersAW: [jna-users] retrieving byte array
FromSent OnAttachments
Schneider JannApr 28, 2009 2:04 am 
Timothy WallApr 28, 2009 4:08 am 
Schneider JannApr 28, 2009 4:22 am 
Timothy WallApr 28, 2009 4:46 am 
Schneider JannApr 28, 2009 5:33 am 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:AW: [jna-users] retrieving byte arrayActions...
From:Schneider Jann (j.sc@ssi-schaefer-noell.com)
Date:Apr 28, 2009 4:22:17 am
List:net.java.dev.jna.users

Problem might be, to know about the arrays size on java side. As mentioned: i have 3 parts of data i should get in Java: the file header, the bitmap info header and the data itselve. And this three things are build on the c++ side... so i can only make a guess, how big the array has to be.. What do you think about using some Pointers in this case? And simply using Pointer.getbyteArray()

Regards jann