Skip to content

[Java] Add new method to decoders to pass in Appendable to write ascii encoded strings to #557

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

Merged
merged 2 commits into from
May 11, 2018

Conversation

tom-smalls
Copy link
Contributor

This PR allows to read ASCII encoded fixed and variable length strings from generated decoders. This allows for users to pass in a StringBuilder to avoid allocating a string.

… an Appendable with "get" to follow the same naming pattern as similar methods that take MutableBuffer and byte[]
@mjpt777 mjpt777 merged commit 09a5d4d into aeron-io:master May 11, 2018
mjpt777 added a commit that referenced this pull request May 29, 2018
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

Successfully merging this pull request may close these issues.

2 participants