org.ujmp.core.io
Class ImportMatrix

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

public abstract class ImportMatrix
extends Object


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

Constructor Detail

ImportMatrix

public ImportMatrix()
Method Detail

fromFile

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

fromFile

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

fromString

public static Matrix fromString(String string,
                                Object... parameters)

fromString

public static Matrix fromString(FileFormat format,
                                String string,
                                Object parameters)
                         throws MatrixException
Throws:
MatrixException

fromURL

public static Matrix fromURL(FileFormat format,
                             URL url,
                             Object... parameters)
                      throws MatrixException,
                             IOException
Throws:
MatrixException
IOException

fromURL

public static Matrix fromURL(FileFormat format,
                             String urlString,
                             Object... parameters)
                      throws MatrixException,
                             IOException
Throws:
MatrixException
IOException

fromStream

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

fromReader

public static Matrix fromReader(FileFormat format,
                                Reader reader,
                                Object parameters)
                         throws MatrixException,
                                IOException
Throws:
MatrixException
IOException

fromClipboard

public static Matrix fromClipboard(FileFormat format,
                                   Object... parameters)
                            throws MatrixException
Throws:
MatrixException


Copyright © 2010. All Rights Reserved.