Package org.grp1.util

Class TSVReader

java.lang.Object
org.grp1.util.TSVReader

public class TSVReader extends Object
  • Constructor Details

    • TSVReader

      public TSVReader()
  • Method Details

    • ReadTSVFile

      public static List<String> ReadTSVFile(String filePath) throws IOException
      The function to read the TSV file
      Parameters:
      filePath - The file path
      Returns:
      The list of unparsed strings from the records file
      Throws:
      IOException