org.ujmp.core.io
Class ImportMatrixTXT

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

public abstract class ImportMatrixTXT
extends Object


Constructor Summary
ImportMatrixTXT()
           
 
Method Summary
static Matrix fromFile(File file, Object... parameters)
           
static Matrix fromReader(Reader reader, 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

ImportMatrixTXT

public ImportMatrixTXT()
Method Detail

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.