com.retrogui.messageserver.common
Class FileUtils

java.lang.Object
  extended bycom.retrogui.messageserver.common.FileUtils

public class FileUtils
extends java.lang.Object

misc file oriented utility methods


Field Summary
static java.lang.String NEW_LINE
           
 
Constructor Summary
FileUtils()
           
 
Method Summary
static java.lang.String readTextFileContents(java.lang.String strFile)
          Method
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NEW_LINE

public static final java.lang.String NEW_LINE
Constructor Detail

FileUtils

public FileUtils()
Method Detail

readTextFileContents

public static java.lang.String readTextFileContents(java.lang.String strFile)
                                             throws java.io.IOException
Method

Parameters:
strFile -
Returns:
Throws:
java.io.IOException
See Also: