jnipp icon indicating copy to clipboard operation
jnipp copied to clipboard

ByteBuffer and byte array support

Open webfolderio opened this issue 5 years ago • 1 comments

Hi,

Thanks for clean and simple API. Do you have plan to support ByteBuffer or ByteArray(byte[]) support to jnipp?

webfolderio avatar Feb 03 '20 17:02 webfolderio

I'm hoping that when I get around to bulk array options (rather than just individual get/set of elements), that will allow an Array<byte_t> to be declared in a relatively efficient way. Currently, it would be very cumbersome.

I'll also need to add a byte_t primitive type to represent a Java byte. I'll add an issue to get that created.

Note: I'll leave this issue open until the others are closed, and then try and get an example posted on here of how to use it.

mitchdowd avatar Feb 13 '20 07:02 mitchdowd