org.ujmp.core.io
Class ExportMatrixPLT
- java.lang.Object
-
- org.ujmp.core.io.ExportMatrixPLT
-
public abstract class ExportMatrixPLT extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor and Description ExportMatrixPLT()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method and Description static voidtoFile(java.io.File file, Matrix matrix, java.lang.Object... parameters)static voidtoStream(java.io.OutputStream outputStream, Matrix matrix, java.lang.Object... parameters)static voidtoWriter(java.io.Writer writer, Matrix matrix, java.lang.Object... parameters)
-
-
-
Method Detail
-
toFile
public static void toFile(java.io.File file, Matrix matrix, java.lang.Object... parameters) throws java.lang.Exception- Throws:
java.lang.Exception
-
toStream
public static void toStream(java.io.OutputStream outputStream, Matrix matrix, java.lang.Object... parameters) throws java.lang.Exception- Throws:
java.lang.Exception
-
toWriter
public static void toWriter(java.io.Writer writer, Matrix matrix, java.lang.Object... parameters) throws java.lang.Exception- Throws:
java.lang.Exception
-
-
DataMelt 3.0 © DataMelt by jWork.ORG