org.ujmp.core.io
Class ExportMatrixPLT

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

public abstract class ExportMatrixPLT
extends Object


Constructor Summary
ExportMatrixPLT()
           
 
Method Summary
static void toFile(File file, Matrix matrix, Object... parameters)
           
static void toStream(OutputStream outputStream, Matrix matrix, Object... parameters)
           
static void toWriter(Writer writer, Matrix matrix, Object... parameters)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExportMatrixPLT

public ExportMatrixPLT()
Method Detail

toFile

public static void toFile(File file,
                          Matrix matrix,
                          Object... parameters)
                   throws Exception
Throws:
Exception

toStream

public static void toStream(OutputStream outputStream,
                            Matrix matrix,
                            Object... parameters)
                     throws Exception
Throws:
Exception

toWriter

public static void toWriter(Writer writer,
                            Matrix matrix,
                            Object... parameters)
                     throws Exception
Throws:
Exception


Copyright © 2010. All Rights Reserved.