|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectdata.importers.ImporterMAT
public class ImporterMAT
Handler for import .MAT (old Bacterial Identifier) files. The format of the source file is detailed in the user manual of the project
Nested Class Summary | |
---|---|
static class |
ImporterMAT.MatrixFileFilterMAT
A kind of FileFilter that accept .MAT filetypes |
Constructor Summary | |
---|---|
ImporterMAT()
|
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 ImporterMAT()
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 |