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

Introduce toString(Charset) in FastByteArrayOutputStream #31737

Commits on Dec 1, 2023

  1. Add toString overload that accepts Charset to FastByteArrayOutputStream

    Add a toString overload that accepts a Charset to mirror the method that has been
    on ByteArrayOutputStream since JDK10; additionally, add a special case for when
    a single buffer is in use internally to avoid the need to resize.
    kilink committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    bfc89cd View commit details
    Browse the repository at this point in the history