adamretter opened a new pull request #108: Refactor ByteArrayOutputStream into synchronized and non-synchronized versions URL: https://github.com/apache/commons-io/pull/108 This abstract the functionality of `ByteArrayOutputStream` into `AbstractByteArrayOutputStream`. Synchronized and non-synchronized (for performance) implementations are then provided in `ByteArrayOutputStream` and `FastByteArrayOutputStream`. Tests are also provided.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
