org.ujmp.core.io
Class ImportMatrixCSV

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

public abstract class ImportMatrixCSV
extends Object


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

ImportMatrixCSV

public ImportMatrixCSV()
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.