org.ujmp.core.io
Class ImportMatrixATOM

java.lang.Object
  extended by org.ujmp.core.io.ImportMatrixATOM

public class ImportMatrixATOM
extends Object


Constructor Summary
ImportMatrixATOM()
           
 
Method Summary
static Matrix fromFile(File file, Object... parameters)
           
static Matrix fromStream(InputStream stream, Object... parameters)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ImportMatrixATOM

public ImportMatrixATOM()
Method Detail

fromStream

public static final Matrix fromStream(InputStream stream,
                                      Object... parameters)
                               throws MatrixException,
                                      ParserConfigurationException,
                                      SAXException,
                                      IOException
Throws:
MatrixException
ParserConfigurationException
SAXException
IOException

fromFile

public static final Matrix fromFile(File file,
                                    Object... parameters)
                             throws MatrixException,
                                    ParserConfigurationException,
                                    SAXException,
                                    IOException
Throws:
MatrixException
ParserConfigurationException
SAXException
IOException


Copyright © 2010. All Rights Reserved.