[GitHub] commons-io pull request #17: Added resourceToString, resourceToByteArray, an...

2016-11-22 Thread behrangsa
Github user behrangsa closed the pull request at: https://github.com/apache/commons-io/pull/17 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature

[GitHub] commons-io pull request #28: IO-513 - Added convenience methods for loading ...

2016-11-22 Thread behrangsa
GitHub user behrangsa opened a pull request: https://github.com/apache/commons-io/pull/28 IO-513 - Added convenience methods for loading resources (original PR: #17) Added convenience methods for loading resources: * `resourceToString` * `resourceToByteArray

[GitHub] commons-io pull request #17: Added IOUtils#resourceToString

2016-08-20 Thread behrangsa
GitHub user behrangsa opened a pull request: https://github.com/apache/commons-io/pull/17 Added IOUtils#resourceToString Added `resourceToString(String name, Charset encoding)` to read a classpath resource and convert it to String. You can merge this pull request into a Git