Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ByteBuffer and byte array support #23

Open
webfolderio opened this issue Feb 3, 2020 · 1 comment
Open

ByteBuffer and byte array support #23

webfolderio opened this issue Feb 3, 2020 · 1 comment

Comments

@webfolderio
Copy link
Contributor

Hi,

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

@mitchdowd
Copy link
Owner

mitchdowd commented Feb 13, 2020

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants