Package org.ujmp.core.io
Class ImportMatrixXML
java.lang.Object
org.ujmp.core.io.ImportMatrixXML
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic final Matrix
static final Matrix
fromReader
(Reader reader, Object... parameters) static final Matrix
fromStream
(InputStream stream, Object... parameters) static final Matrix
fromString
(String string, Object... parameters)
-
Constructor Details
-
ImportMatrixXML
public ImportMatrixXML()
-
-
Method Details
-
fromString
public static final Matrix fromString(String string, Object... parameters) throws ParserConfigurationException, SAXException, IOException -
fromStream
public static final Matrix fromStream(InputStream stream, Object... parameters) throws IOException, ParserConfigurationException, SAXException -
fromFile
public static final Matrix fromFile(File file, Object... parameters) throws IOException, ParserConfigurationException, SAXException -
read
-
fromReader
public static final Matrix fromReader(Reader reader, Object... parameters) throws ParserConfigurationException, SAXException, IOException
-