Add ability to specify buffer sizes#59
Conversation
|
See comments in individual farms. |
commons-vfs2/src/main/java/org/apache/commons/vfs2/util/MonitorInputStream.java
Outdated
Show resolved
Hide resolved
commons-vfs2/src/main/java/org/apache/commons/vfs2/util/MonitorOutputStream.java
Outdated
Show resolved
Hide resolved
2f65ed6 to
e51ab5b
Compare
|
I'm not sure what kind of tests to write. This is pretty much not adding any new functionality, just exposing an API that Java already has. Any ideas? |
e51ab5b to
50264c7
Compare
Suggestions for tests:
|
50264c7 to
282d784
Compare
|
OK, I pushed a couple of tests. They depend on the fact that the BufferedInput/OutputStream constructors check the |
282d784 to
b0b3208
Compare
b0b3208 to
0d3be73
Compare
|
Javadoc comments fixed. |
0d3be73 to
e686d28
Compare
e686d28 to
d613d99
Compare
Fixes https://issues.apache.org/jira/projects/VFS/issues/VFS-705.