Package org.ujmp.core.io
Class ImportMatrixATOM
- java.lang.Object
-
- org.ujmp.core.io.ImportMatrixATOM
-
public class ImportMatrixATOM extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ImportMatrixATOM()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Matrix
fromFile(java.io.File file, java.lang.Object... parameters)
static Matrix
fromStream(java.io.InputStream stream, java.lang.Object... parameters)
-
-
-
Method Detail
-
fromStream
public static final Matrix fromStream(java.io.InputStream stream, java.lang.Object... parameters) throws javax.xml.parsers.ParserConfigurationException, org.xml.sax.SAXException, java.io.IOException
- Throws:
javax.xml.parsers.ParserConfigurationException
org.xml.sax.SAXException
java.io.IOException
-
fromFile
public static final Matrix fromFile(java.io.File file, java.lang.Object... parameters) throws javax.xml.parsers.ParserConfigurationException, org.xml.sax.SAXException, java.io.IOException
- Throws:
javax.xml.parsers.ParserConfigurationException
org.xml.sax.SAXException
java.io.IOException
-
-