Package org.ujmp.core.io
Class ImportMatrixSER
- java.lang.Object
-
- org.ujmp.core.io.ImportMatrixSER
-
public class ImportMatrixSER extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ImportMatrixSER()
-
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
-
fromFile
public static Matrix fromFile(java.io.File file, java.lang.Object... parameters) throws java.io.FileNotFoundException, java.io.IOException, java.lang.ClassNotFoundException
- Throws:
java.io.FileNotFoundException
java.io.IOException
java.lang.ClassNotFoundException
-
fromStream
public static Matrix fromStream(java.io.InputStream stream, java.lang.Object... parameters) throws java.io.FileNotFoundException, java.io.IOException, java.lang.ClassNotFoundException
- Throws:
java.io.FileNotFoundException
java.io.IOException
java.lang.ClassNotFoundException
-
-