Skip to content

Commit c44fb51

Browse files
committed
Add UnsynchronizedBufferedReader and UnsynchronizedReader
1 parent 7d0eeda commit c44fb51

4 files changed

Lines changed: 1000 additions & 0 deletions

File tree

src/changes/changes.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,8 @@ The <action> type attribute can be add,update,fix,remove.
5454
<action dev="ggregory" type="add" due-to="Gary Gregory">Add CloseShieldInputStream.systemIn(InputStream).</action>
5555
<action dev="ggregory" type="add" due-to="Gary Gregory">Add NullInputStream.init().</action>
5656
<action dev="ggregory" type="add" due-to="Gary Gregory">Add AbstractInputStream and refactor duplicate code.</action>
57+
<action dev="ggregory" type="add" due-to="Gary Gregory">Add UnsynchronizedReader.</action>
58+
<action dev="ggregory" type="add" due-to="Gary Gregory">Add UnsynchronizedBufferedReader.</action>
5759
<!-- FIX -->
5860
<action dev="sebb" type="fix" issue="IO-858">FileUtilsWaitForTest does not test anything useful.</action>
5961
<action dev="ggregory" type="fix" due-to="Gary Gregory">Add missing unit tests.</action>

0 commit comments

Comments
 (0)