com.cassinidivision.core.cassinijava
Class FileIOHelper
java.lang.Object
com.cassinidivision.core.cassinijava.FileIOHelper
- public class FileIOHelper
- extends Object
A collection of miscellaneous file utilities.
FileIOHelper
public FileIOHelper()
writeStringToFile
public static void writeStringToFile(String s,
String path)
throws IOException
- Write the contents of a string into a file at the path specified.
- Parameters:
s
- The string to be written.path
- The location of the file containing the string.
- Throws:
RuntimeException
- A problem occurred during the operation.
IOException