nile.NileIO Class Reference

List of all members.

Static Public Member Functions

static String[] getDirectoryContents (String directoryPath)
static String[] getFileContents (String filePath)

Private Member Functions

 NileIO ()


Detailed Description

Author:
nford, some unknown saint

Constructor & Destructor Documentation

nile.NileIO.NileIO (  )  [private]


Member Function Documentation

static String [] nile.NileIO.getDirectoryContents ( String  directoryPath  )  [static]

Gets the list of path names of the contents from a given directoy or null if there is something wrong with the path

Parameters:
directoryPath the filepath to the directory
Returns:
a String array containing the path to the contents in the directory located at directoryPath or null if that path does not refer to a valid, accessable directory.

static String [] nile.NileIO.getFileContents ( String  filePath  )  [static]

Gets the contents of a text file at the file path or null if there is something wrong with the path

Parameters:
filePath the filepath to the file
Returns:
a String array containing the lines of the file in order or null if the path does not refer to a valid, accessable, text file


The documentation for this class was generated from the following file:

Generated on Tue Sep 7 16:56:45 2010 for NileSupport by  doxygen 1.5.6