org.kuali.ole.ingest
Class FileUtil
java.lang.Object
org.kuali.ole.ingest.FileUtil
public class FileUtil
- extends Object
FileUtil will reads the given file and returns stringBuilder
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 |
FileUtil
public FileUtil()
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.