You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by "Henri Yandell (JIRA)" <ji...@apache.org> on 2006/12/29 22:49:25 UTC

[jira] Closed: (IO-108) Add default encoding overrides for FileUtils methods

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

Henri Yandell closed IO-108.
----------------------------

    Resolution: Fixed

svn ci -m "Added default encoding variants for 6 methods in FileUtils. See: #IO-108"
src/java/org/apache/commons/io/FileUtils.java 

Sending        src/java/org/apache/commons/io/FileUtils.java
Transmitting file data .
Committed revision 491112.

> Add default encoding overrides for FileUtils methods
> ----------------------------------------------------
>
>                 Key: IO-108
>                 URL: http://issues.apache.org/jira/browse/IO-108
>             Project: Commons IO
>          Issue Type: Improvement
>          Components: Utilities
>            Reporter: Henri Yandell
>         Assigned To: Henri Yandell
>             Fix For: 1.3
>
>
> ie:
> public String readFileToString(File f) {
>    return readFileToString(f, null);
> }

-- 
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