jnipp
jnipp copied to clipboard
ByteBuffer and byte array support
Hi,
Thanks for clean and simple API. Do you have plan to support ByteBuffer or ByteArray(byte[]) support to jnipp?
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.