You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by "Niall Pemberton (JIRA)" <ji...@apache.org> on 2006/10/13 06:56:36 UTC

[jira] Resolved: (IO-84) Many classes are limited to length of stream < 2 GB, and behave incorrectly on larger streams

     [ http://issues.apache.org/jira/browse/IO-84?page=all ]

Niall Pemberton resolved IO-84.
-------------------------------

    Resolution: Fixed

Closing as fixed.

> Many classes are limited to length of stream < 2 GB, and behave incorrectly on larger streams
> ---------------------------------------------------------------------------------------------
>
>                 Key: IO-84
>                 URL: http://issues.apache.org/jira/browse/IO-84
>             Project: Commons IO
>          Issue Type: Bug
>          Components: Utilities
>    Affects Versions: 1.2
>         Environment: All
>            Reporter: Evgenii Philippov
>             Fix For: 1.3
>
>         Attachments: io-84-files-larger-than-2gb.patch
>
>
> java int.MAX_VALUE is 2 GB. Classes that handle streams larger than 2 GB will behave incorrectly.
> For example, see 
> http://svn.apache.org/viewvc/jakarta/commons/proper/io/trunk/src/java/org/apache/commons/io/IOUtils.java?view=markup
> Method: int copy(InputStream input, OutputStream output).
> The correct method would be: long copy(InputStream input, OutputStream output).
> This issue may affect many classes and routines.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org