Class FileUtils
- java.lang.Object
-
- org.alfresco.module.org_alfresco_module_rm.util.FileUtils
-
public class FileUtils extends Object
Utility class for working with files.- Since:
- 2.7
- Author:
- Roxana Lucanu
-
-
Constructor Summary
Constructors Constructor Description FileUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static String
convertStreamToString(InputStream is)
Helper method to convert a stream to a string.
-
-
-
Method Detail
-
convertStreamToString
public static String convertStreamToString(InputStream is) throws IOException
Helper method to convert a stream to a string.- Parameters:
is
- input stream- Returns:
String
string- Throws:
IOException
-
-