org.ujmp.core.io
Class ImportMatrixSER

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

public class ImportMatrixSER
extends Object


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

ImportMatrixSER

public ImportMatrixSER()
Method Detail

fromFile

public static Matrix fromFile(File file,
                              Object... parameters)
                       throws FileNotFoundException,
                              IOException,
                              ClassNotFoundException
Throws:
FileNotFoundException
IOException
ClassNotFoundException

fromStream

public static Matrix fromStream(InputStream stream,
                                Object... parameters)
                         throws FileNotFoundException,
                                IOException,
                                ClassNotFoundException
Throws:
FileNotFoundException
IOException
ClassNotFoundException


Copyright © 2010. All Rights Reserved.