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

Ability to retieve single byte of data for given index #1

Open
hohwille opened this issue May 30, 2019 · 0 comments
Open

Ability to retieve single byte of data for given index #1

hohwille opened this issue May 30, 2019 · 0 comments
Labels
enhancement New feature or request
Milestone

Comments

@hohwille
Copy link
Member

Binary gives access the the raw data as byte[] via getData() but creates an array copy. To access a single byte (e.g. inspect header) it would be nice to have a method getDataByte(int) to retireve an individual byte from the underlying array without the overhead of an array copy.

@hohwille hohwille added the enhancement New feature or request label May 30, 2019
@hohwille hohwille added this to the release:1.1.0 milestone May 30, 2019
hohwille added a commit that referenced this issue May 30, 2019
hohwille added a commit to m-m-m/crypto that referenced this issue May 30, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant