Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8273528

Avoid ByteArrayOutputStream.toByteArray when converting stream to String

    XMLWordPrintable

Details

    • Bug
    • Status: Resolved
    • P5
    • Resolution: Fixed
    • 16, 17, 18
    • 18
    • client-libs
    • None
    • b15

    Description

      Using ByteArrayOutputStream.toString to convert its content to a String is cleaner than new String(out.toByteArray()). Also it's a bit faster because of one less array copy.

      Attachments

        Issue Links

          Activity

            People

              aturbanov Andrey Turbanov
              aturbanov Andrey Turbanov
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: