You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by ba...@apache.org on 2003/11/23 09:34:34 UTC

cvs commit: jakarta-commons-sandbox/io/src/java/org/apache/commons/io/input ProxyInputStream.java

bayard      2003/11/23 00:34:34

  Modified:    io/src/java/org/apache/commons/io/input
                        ProxyInputStream.java
  Log:
  added a slightly better reason for why this class is of importance
  
  Revision  Changes    Path
  1.3       +2 -1      jakarta-commons-sandbox/io/src/java/org/apache/commons/io/input/ProxyInputStream.java
  
  Index: ProxyInputStream.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/io/src/java/org/apache/commons/io/input/ProxyInputStream.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- ProxyInputStream.java	13 Oct 2003 07:04:16 -0000	1.2
  +++ ProxyInputStream.java	23 Nov 2003 08:34:34 -0000	1.3
  @@ -61,7 +61,8 @@
    * A Proxy stream which acts as expected, that is it passes the method 
    * calls on to the proxied stream and doesn't change which methods are 
    * being called. It is an alternative base class to FilterInputStream
  - * to increase reusability.
  + * to increase reusability, because FilterInputStream changes the 
  + * methods being called, such as read(byte[]) to read(byte[], int, int).
    */
   public abstract class ProxyInputStream extends FilterInputStream {
   
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org