Skip to content

Commit 6039304

Browse files
committed
added a slightly better reason for why this class is of importance
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/io/trunk@140412 13f79535-47bb-0310-9956-ffa450edef68
1 parent 8b16cd8 commit 6039304

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/java/org/apache/commons/io/input/ProxyInputStream.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,8 @@
6161
* A Proxy stream which acts as expected, that is it passes the method
6262
* calls on to the proxied stream and doesn't change which methods are
6363
* being called. It is an alternative base class to FilterInputStream
64-
* to increase reusability.
64+
* to increase reusability, because FilterInputStream changes the
65+
* methods being called, such as read(byte[]) to read(byte[], int, int).
6566
*/
6667
public abstract class ProxyInputStream extends FilterInputStream {
6768

0 commit comments

Comments
 (0)