This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/commons-vfs.git.


    from 012ab9a  Consistent local names.
     new 650f382  Use try-with-resources.
     new 9fb261e  - [VFS-726] getInputStream(int bufferSize) on SftpFileObject 
effectively ignores buffer size. - [VFS-704] Some providers wrap their 
input/output streams twice in a BufferedInputStream.

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../commons/vfs2/provider/DefaultFileContent.java  |  76 ++++-
 .../vfs2/provider/FileContentThreadData.java       | 190 ++++++------
 .../apache/commons/vfs2/tasks/ShowFileTask.java    | 278 ++++++++---------
 ...InputStream.java => RawMonitorInputStream.java} | 336 +++++++++++----------
 src/changes/changes.xml                            |   3 +
 5 files changed, 484 insertions(+), 399 deletions(-)
 copy 
commons-vfs2/src/main/java/org/apache/commons/vfs2/util/{MonitorInputStream.java
 => RawMonitorInputStream.java} (79%)

Reply via email to