Withdrawn: 8353795: Add Writer.of(StringBuilder)
duke
duke at openjdk.org
Thu Jul 3 03:20:47 UTC 2025
On Sat, 5 Apr 2025 17:36:29 GMT, Markus KARG <duke at openjdk.org> wrote:
> This Pull Requests proposes an implementation for [JDK-8353795](https://bugs.openjdk.org/browse/JDK-8353795): Adding the new method `public static Writer Writer.of(StringBuilder)`, providing a non-synchronized Writer implementation optimized for writing into `StringBuilder`.
>
> A basic test is provided to proof that the new `Writer` behaves as expected. For comparison, the same test is also run against `StringWriter`.
This pull request has been closed without being integrated.
-------------
PR: https://git.openjdk.org/jdk/pull/24469
More information about the nio-dev
mailing list