|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectdata.importers.ImporterCSV
public class ImporterCSV
Importer for .CSV (comma separated values) files. It uses "javacsv" library to help reading .CSV file. The format of the source file is detailed in the users manual of the project
Nested Class Summary | |
---|---|
static class |
ImporterCSV.MatrixFileFilterCSV
A kind of FileFilter that accept .CSV filetypes |
Constructor Summary | |
---|---|
ImporterCSV()
|
Method Summary | |
---|---|
static Matrix |
importFile(java.io.File f)
Parses the data and put it in the new Matrix object |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ImporterCSV()
Method Detail |
---|
public static Matrix importFile(java.io.File f) throws DataException
f
- The file to be parsed
DataException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |