5 messages in net.java.dev.jna.usersRe: [jna-users] Pointer.getByteArray()
FromSent OnAttachments
Rui CaridadeOct 17, 2007 2:45 pm 
Timothy WallOct 17, 2007 4:12 pm 
Glick, Gene (GE Indust, Security)Oct 19, 2007 9:45 am 
Timothy WallOct 19, 2007 11:35 am 
Rui CaridadeOct 23, 2007 9:21 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:Re: [jna-users] Pointer.getByteArray()Actions...
From:Timothy Wall (twal@dev.java.net)
Date:Oct 19, 2007 11:35:23 am
List:net.java.dev.jna.users

creates a new one. if you'd prefer to reuse an existing one, use the byte[] variant of Pointer.read.

On Oct 19, 2007, at 12:45 PM, Glick, Gene (GE Indust, Security) wrote:

does it return a new byte array, or is a reference to an already existing byte array?