Skip to content

Commit c2c2709

Browse files
authored
Refactor ByteArrayOutputStream into synchronized and non-synchronized versions (#108)
* Split ByteArrayOutputStream into synchronized and non-synchronized versions * Improve the test coverage of AbstractByteArrayOutputStream and sub-classes * Address review comments by @aherbert * Address review comments by @garydgregory * Address further review comments by @garydgregory * Remove </p> tags, breaks the javadoc build * Address review comments by @aherbert * Improve coverage of tests
1 parent 335808a commit c2c2709

5 files changed

Lines changed: 772 additions & 293 deletions

File tree

pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -208,6 +208,10 @@ file comparators, endian transformation classes, and much more.
208208
<name>Alban Peignier</name>
209209
<email>alban.peignier at free.fr</email>
210210
</contributor>
211+
<contributor>
212+
<name>Adam Retter</name>
213+
<organization>Evolved Binary</organization>
214+
</contributor>
211215
<contributor>
212216
<name>Ian Springer</name>
213217
</contributor>

0 commit comments

Comments
 (0)