org.neuroph.util
Class FileUtils
java.lang.Object
org.neuroph.util.FileUtils
public class FileUtils
- extends Object
Utility methods for working with files.
- Author:
- Zoran Sevarac
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FileUtils
public FileUtils()
writeStringToFile
public static void writeStringToFile(File file,
String xml)
throws IOException
- Throws:
IOException
readStringFromFile
public static String readStringFromFile(File file)
throws FileNotFoundException,
IOException
- Throws:
FileNotFoundException
IOException
Copyright © 2012. All Rights Reserved.