Gary Gregory created VFS-719:
--------------------------------
Summary: Add methods to get the contents of file objects as strings
Key: VFS-719
URL: https://issues.apache.org/jira/browse/VFS-719
Project: Commons VFS
Issue Type: New Feature
Reporter: Gary Gregory
Assignee: Gary Gregory
Fix For: 2.4
Add methods to get the contents of file objects as strings as I keep on coding
the same patterns in different projects:
- org.apache.commons.vfs2.FileContent.getString(Charset)
- org.apache.commons.vfs2.FileContent.getString(String)
- org.apache.commons.vfs2.util.FileObjectUtils.getContentAsString(FileObject,
Charset)
- org.apache.commons.vfs2.util.FileObjectUtils.getContentAsString(FileObject,
String)
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)