[ 
https://issues.apache.org/jira/browse/VFS-704?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Gary Gregory resolved VFS-704.
------------------------------
    Fix Version/s: 2.4.2
       Resolution: Fixed

In git master. Please verify and close.

> Some providers wrap their input/output streams twice in a BufferedInputStream
> -----------------------------------------------------------------------------
>
>                 Key: VFS-704
>                 URL: https://issues.apache.org/jira/browse/VFS-704
>             Project: Commons VFS
>          Issue Type: Improvement
>    Affects Versions: 2.3
>            Reporter: Boris Petrov
>            Priority: Minor
>             Fix For: 2.4.2
>
>
> "DefaultFileContent.getInputStream" gets the input stream from the 
> "fileObject" and then wraps it in "FileContentInputStream" which inherits 
> from "MonitorInputStream" which in turn is a "BufferedInputStream". But some 
> providers return input streams which are already "MonitorInputStream" - e.g. 
> "FtpInputStream" and "HttpInputStream". Which means that they get wrapped 
> twice in a "BufferedInputStream" which is needless waste of memory.
> P.S. The same actually applies for output streams - "FtpOutputStream" e.g.



--
This message was sent by Atlassian Jira
(v8.3.2#803003)

Reply via email to