org.incava.io
public class FileExt extends Object
Method Summary | |
---|---|
static String | readFile(String fileName, String arg)
Reads the file into a single string, which is null on error. |
static String[] | readFile(String fileName, String[] arg)
Reads the file into a string array, without end-of-line characters
(sequences). |
static String | readFile(File file, String arg)
Reads the file into a single string, which is null on error.The
arg argument is just so we can overload based on return
type. |
static String[] | readFile(File file, String[] arg)
Reads the file into a string array, without end-of-line characters
(sequences). |
arg
argument
is just so we can overload based on return type.arg
argument is
just so we can overload based on return type.arg
argument is just so we can overload based on return
type.arg
argument is just so we can overload
based on return type.