Discussion about this post

User's avatar
Markus KARG's avatar

Missing in your list is the new `Reader.of(CharSequence)` which provides better performance and efficiency over the old-schoold `StringReader`, as it prevents in-memory copies and is non-synchronized.

JavaDocs: https://docs.oracle.com/en/java/javase/24/docs/api/java.base/java/io/Reader.html#of(java.lang.CharSequence)

RFE: https://bugs.openjdk.org/browse/JDK-8341566

Expand full comment
1 more comment...

No posts