Open GoogleCodeExporter opened 9 years ago
Out of curiosity, why do you need StringBuffer? On most modern browsers, last I
checked, I thought StringBuffer was a performance loss.
Original comment by bolinf...@gmail.com
on 18 Jul 2012 at 5:51
Yes, that's right, my requirements are quite unusual. I needed the ability to
stream templates at the server side, so instead of a traditional StringBuffer I
provide an output stream wrapper for templates, which writes to the (buffered)
output stream at .append(), does nothing for .toString().
Original comment by zs...@meszarovics.name
on 18 Jul 2012 at 8:20
Original issue reported on code.google.com by
zs...@meszarovics.name
on 18 Jun 2012 at 9:29Attachments: