|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectinfomat.io.IMatrixIO
public class IMatrixIO
For loading and saving a IMatrix.
Constructor Summary | |
---|---|
IMatrixIO()
|
Method Summary | |
---|---|
IMatrix |
load(java.io.File file)
Loads a IMatrix from file in XML format |
IMatrix |
loadCompressed(java.io.File file)
|
void |
printDTD(java.io.PrintWriter out)
|
void |
save(IMatrix m,
java.io.File file)
Exports the IMatrix in XML format |
void |
saveCompressed(IMatrix m,
java.lang.String fileName)
Exports the IMatrix in XML format The file is saved in compressed .zip-format. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public IMatrixIO()
Method Detail |
---|
public IMatrix load(java.io.File file)
public IMatrix loadCompressed(java.io.File file)
public void save(IMatrix m, java.io.File file)
public void saveCompressed(IMatrix m, java.lang.String fileName)
public void printDTD(java.io.PrintWriter out)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |