|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.counterclaim.openefm.util.IOUtils
Here's a place for I/O convenience methods.

| Constructor Summary | |
IOUtils()
|
|
| Method Summary | |
static java.lang.String |
FileToString(java.lang.String fileName)
This method takes a filename (must be a text file) and reads the entire contents into a single string. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public IOUtils()
| Method Detail |
public static java.lang.String FileToString(java.lang.String fileName)
throws java.io.IOException
java.io.IOExceptionfileName - the relative or absolute path of the file
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||