Package org.ujmp.core.io
Class ImportMatrixSER
java.lang.Object
org.ujmp.core.io.ImportMatrixSER
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Matrix
static Matrix
fromStream
(InputStream stream, Object... parameters)
-
Constructor Details
-
ImportMatrixSER
public ImportMatrixSER()
-
-
Method Details
-
fromFile
public static Matrix fromFile(File file, Object... parameters) throws FileNotFoundException, IOException, ClassNotFoundException -
fromStream
public static Matrix fromStream(InputStream stream, Object... parameters) throws FileNotFoundException, IOException, ClassNotFoundException
-