org.jboss.apiviz
Class FileUtil

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

public class FileUtil
extends Object

Version:
$Rev: 3 $, $Date: 2008-09-05 08:44:05 +0200(ven, 05 set 2008) $
Author:
The APIviz Project (apiviz-dev@lists.jboss.org), Trustin Lee (tlee@redhat.com)

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


Copyright © 2008-2012 JBoss - a division of Red Hat. All Rights Reserved.