org.kuali.ole.ingest
Class FileUtil

java.lang.Object
  extended by org.kuali.ole.ingest.FileUtil

public class FileUtil
extends Object

FileUtil will reads the given file and returns stringBuilder


Constructor Summary
FileUtil()
           
 
Method Summary
 String readFile(File file)
          This method reads the mentioned file and returns stringBuilder
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileUtil

public FileUtil()
Method Detail

readFile

public String readFile(File file)
                throws IOException
This method reads the mentioned file and returns stringBuilder

Parameters:
file -
Returns:
stringBuilder
Throws:
IOException


Copyright © 2004-2012 The Kuali Foundation. All Rights Reserved.