Skip to content

Commit 626bad7

Browse files
committed
Revert r1483389 - we already have a BoundedInputStream
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/io/trunk@1483392 13f79535-47bb-0310-9956-ffa450edef68
1 parent fc28a71 commit 626bad7

3 files changed

Lines changed: 0 additions & 316 deletions

File tree

src/changes/changes.xml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,6 @@ The <action> type attribute can be add,update,fix,remove.
4747
<body>
4848
<!-- The release date is the date RC is cut -->
4949
<release version="2.5" date="2013-??-??" description="New features and bug fixes.">
50-
<action issue="IO-339" dev="sebb" type="add" due-to="Ken Weiner">
51-
MaxBytesInputStream to limit size of bytes read
52-
</action>
5350
<action issue="IO-381" dev="ggregory" type="add">
5451
Add FileUtils.copyInputStreamToFile API with option to leave the source open.
5552
See copyInputStreamToFile(final InputStream source, final File destination, boolean closeSource)

src/main/java/org/apache/commons/io/input/MaxBytesInputStream.java

Lines changed: 0 additions & 63 deletions
This file was deleted.

src/test/java/org/apache/commons/io/input/MaxBytesInputStreamTest.java

Lines changed: 0 additions & 250 deletions
This file was deleted.

0 commit comments

Comments
 (0)