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

Sending byte[] with array offset and length #9

Open
hirshi001 opened this issue Jun 9, 2023 · 1 comment
Open

Sending byte[] with array offset and length #9

hirshi001 opened this issue Jun 9, 2023 · 1 comment

Comments

@hirshi001
Copy link

This is more of a suggestion, but it seems weird that when sending bytes, we must have to basically create a new byte[] every time. It would be much better if there was a method such as send(byte[] array, int offset, int length).

@MrStahlfelge
Copy link
Owner

Feel free to make a PR with the necessary changes.

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