You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by GitBox <gi...@apache.org> on 2019/04/24 13:39:49 UTC

[GitHub] [commons-vfs] boris-petrov commented on a change in pull request #59: Add ability to specify buffer sizes

boris-petrov commented on a change in pull request #59: Add ability to specify buffer sizes
URL: https://github.com/apache/commons-vfs/pull/59#discussion_r278129644
 
 

 ##########
 File path: commons-vfs2/src/main/java/org/apache/commons/vfs2/util/MonitorInputStream.java
 ##########
 @@ -34,6 +34,10 @@ public MonitorInputStream(final InputStream in) {
         super(in);
     }
 
+    public MonitorInputStream(final InputStream in, final int size) {
 
 Review comment:
   This is and the other one are done.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services