com.algosome.common.util.io
Class FileIO

java.lang.Object
  extended by com.algosome.common.util.io.FileIO

public class FileIO
extends java.lang.Object


Constructor Summary
FileIO()
           
 
Method Summary
static java.lang.String readfileWhole(java.lang.String path)
           
static void writeFile(java.lang.String contents, java.lang.String path)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileIO

public FileIO()
Method Detail

readfileWhole

public static java.lang.String readfileWhole(java.lang.String path)
                                      throws java.io.IOException
Throws:
java.io.IOException

writeFile

public static void writeFile(java.lang.String contents,
                             java.lang.String path)
                      throws java.io.IOException
Throws:
java.io.IOException