org.ujmp.core.io
Class ImportMatrixRSS

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

public class ImportMatrixRSS
extends Object


Constructor Summary
ImportMatrixRSS()
           
 
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

ImportMatrixRSS

public ImportMatrixRSS()
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.