Hello,
there are some more places where some semantic for input/output streams is
described (and I think it does not match the implementation)
org.apache.commons.vfs2.provider.http.HttpFileObject.doGetInputStream():127
* It is guaranteed that there are no open output streams for this
f
Hello,
I was trying to understand the concurrency semantics of VFS2, and I found
some comments which contradict each other and all of them also contradict
the implementation:
The current implementation allows multiple input streams and multiple
random access and a single outputstream PER