file.txt" or "ftp://myhost:21/dir/myfile.txt"
@return character array with full contents of file
@throws FileNotFoundException
@throws IOException
@throws OutOfMemoryError
@throws FTPException
Reads a file in fvec (INRIA) format and return the samples as a list of double arrays.
@param filename to file to read
@return a list of the samples as double arrays
@throws IOException
Takes a file, reads it and returns a List of Type String, where each element is a new line
@param file The file to be read
@return ArrayList of String, where each element is a line of the file
@throws FileNotFoundException Reports if the file was not found
@throws IOException
Reads a xml-file containing configuration values. If the file is not found, a new file with default values is created.
@param fName Path and Filename of the File to be read
@throws FileNotFoundException
@throws Exception the exception
@see ConfFile#setDefaults
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.