Package org.grp1.util
Class TSVReader
java.lang.Object
org.grp1.util.TSVReader
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
TSVReader
public TSVReader()
-
-
Method Details
-
ReadTSVFile
The function to read the TSV file- Parameters:
filePath- The file path- Returns:
- The list of unparsed strings from the records file
- Throws:
IOException
-