On Thu, 2 Sep 2021 20:19:40 GMT, Andrey Turbanov 
<github.com+741251+turban...@openjdk.org> wrote:

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

Looks fine

-------------

PR: https://git.openjdk.java.net/jdk/pull/5355

Reply via email to