org.ujmp.core.io
Class ImportMatrixSPARSECSV

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

public abstract class ImportMatrixSPARSECSV
extends Object


Constructor Summary
ImportMatrixSPARSECSV()
           
 
Method Summary
static Matrix fromFile(File file, Object... parameters)
           
static Matrix fromReader(Reader reader, Object... parameters)
           
static Matrix fromStream(InputStream stream, Object... parameters)
           
static Matrix fromString(String string, Object... parameters)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ImportMatrixSPARSECSV

public ImportMatrixSPARSECSV()
Method Detail

fromString

public static final Matrix fromString(String string,
                                      Object... parameters)
                               throws MatrixException
Throws:
MatrixException

fromStream

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

fromFile

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

fromReader

public static final Matrix fromReader(Reader reader,
                                      Object... parameters)
                               throws MatrixException
Throws:
MatrixException


Copyright © 2010. All Rights Reserved.