Package ubic.gemma.cli.util
Class FileUtils
java.lang.Object
ubic.gemma.cli.util.FileUtils
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionreadListFileToStrings
(String fileName) may be tab-delimited, only first column used, commented (#) lines are ignored.readListFileToStrings
(Path file)
-
Constructor Details
-
FileUtils
public FileUtils()
-
-
Method Details
-
readListFileToStrings
may be tab-delimited, only first column used, commented (#) lines are ignored.- Parameters:
fileName
- the file name- Returns:
- list of ee identifiers
- Throws:
IOException
- in case there is an IO error while reading the file
-
readListFileToStrings
- Throws:
IOException
-