Author: sebb
Date: Thu May 16 14:36:48 2013
New Revision: 1483392
URL: http://svn.apache.org/r1483392
Log:
Revert r1483389 - we already have a BoundedInputStream
Removed:
commons/proper/io/trunk/src/main/java/org/apache/commons/io/input/MaxBytesInputStream.java
commons/proper/io/trunk/src/test/java/org/apache/commons/io/input/MaxBytesInputStreamTest.java
Modified:
commons/proper/io/trunk/src/changes/changes.xml
Modified: commons/proper/io/trunk/src/changes/changes.xml
URL:
http://svn.apache.org/viewvc/commons/proper/io/trunk/src/changes/changes.xml?rev=1483392&r1=1483391&r2=1483392&view=diff
==============================================================================
--- commons/proper/io/trunk/src/changes/changes.xml (original)
+++ commons/proper/io/trunk/src/changes/changes.xml Thu May 16 14:36:48 2013
@@ -47,9 +47,6 @@ The <action> type attribute can be add,u
<body>
<!-- The release date is the date RC is cut -->
<release version="2.5" date="2013-??-??" description="New features and bug
fixes.">
- <action issue="IO-339" dev="sebb" type="add" due-to="Ken Weiner">
- MaxBytesInputStream to limit size of bytes read
- </action>
<action issue="IO-381" dev="ggregory" type="add">
Add FileUtils.copyInputStreamToFile API with option to leave the
source open.
See copyInputStreamToFile(final InputStream source, final File
destination, boolean closeSource)