Modifier and Type | Method and Description |
---|---|
ParseException |
TSVFile.generateParseException()
Generate ParseException.
|
ParseException |
CSVFile.generateParseException()
Generate ParseException.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
TSVFile.parseColumn()
Parses a column of the TSV data.
|
java.lang.String |
CSVFile.parseColumn()
Parses a column of the CSV data.
|
void |
CSVFile.parseCSV(TableCanvas table)
Parse CSV data into a table canvas.
|
java.lang.String[][] |
TSVFile.parseDoubleArray()
Parse TSV data into a table canvas.
|
java.lang.String[][] |
CSVFile.parseDoubleArray()
Parse CSV data into a table canvas.
|
java.lang.String[] |
TSVFile.parseRow()
Parses a row of the TSV data.
|
java.lang.String[] |
CSVFile.parseRow()
Parses a row of the CSV data.
|
void |
TSVFile.parseTSV(TableCanvas table)
Parse TSV data into a table canvas.
|
Copyright © 2008-2022 University of Manitoba.