StringBuilder Writer implementation
-----------------------------------

                 Key: IO-139
                 URL: https://issues.apache.org/jira/browse/IO-139
             Project: Commons IO
          Issue Type: New Feature
          Components: Streams/Writers
            Reporter: Niall Pemberton
            Assignee: Niall Pemberton
            Priority: Minor
             Fix For: AFTER-1.4
         Attachments: StringBuilderWriter.java, StringBuilderWriterTest.java

 This implementation, as an alternative to java.io.StringWriter, provides an 
un-synchronized (i.e. for use in a single thread) implementation for better 
performance. StringBuilder is a JDK 1.5+ feature

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to