-
Enhancement
-
Resolution: Unresolved
-
P5
-
5.0
There should probably be a public analog of
StringWriter that uses StringBuilder instead of StringBuffer. I
believe this could be done by adding the method getBuilder() to
StringWriter, and have it decide lazily which is the underlying
representation.
StringWriter that uses StringBuilder instead of StringBuffer. I
believe this could be done by adding the method getBuilder() to
StringWriter, and have it decide lazily which is the underlying
representation.
- relates to
-
JDK-5043696 StringReader should be allow a String{Buffer,Builder} to be the backing store
-
- Open
-