boris-petrov commented on issue #59: Add ability to specify buffer sizes URL: https://github.com/apache/commons-vfs/pull/59#issuecomment-486282438 OK, I pushed a couple of tests. They depend on the fact that the BufferedInput/OutputStream constructors check the `size` argument and throw an exception if it is <= 0. Unfortunately I can't check the buffer size as it is a protected variable in the class (unless we expose it in the `MonitorInput/OutputStream` classes which would be ugly).
---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services
