org.jboss.apiviz
Class FileUtil

java.lang.Object
  extended by org.jboss.apiviz.FileUtil

public class FileUtil
extends Object


Method Summary
static String readFile(File file)
           
static void writeFile(File file, String content)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

readFile

public static String readFile(File file)
                       throws IOException
Throws:
IOException

writeFile

public static void writeFile(File file,
                             String content)
                      throws IOException
Throws:
IOException