Skip to content

Add read/write from/to ByteBuffer #484

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

Closed
markt-asf opened this issue Nov 25, 2022 · 1 comment
Closed

Add read/write from/to ByteBuffer #484

markt-asf opened this issue Nov 25, 2022 · 1 comment

Comments

@markt-asf
Copy link
Contributor

Currently Servlet[In|Out]putStream only support byte[]. Adding support for ByteBuffer would allow for more efficient interaction with libraries (such as many non-blocking IO libraries) that primarily use ByteBuffer.

@markt-asf
Copy link
Contributor Author

Fixed by #485

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

1 participant