Package org.ujmp.core.export.exporter
Class DefaultMatrixWriterCSVExporter
- java.lang.Object
-
- org.ujmp.core.export.exporter.AbstractMatrixExporter
-
- org.ujmp.core.export.exporter.AbstractMatrixWriterExporter
-
- org.ujmp.core.export.exporter.DefaultMatrixWriterCSVExporter
-
- All Implemented Interfaces:
MatrixExporter
,MatrixWriterExporter
,MatrixDenseCSVExportFormat
,MatrixExportFormat
public class DefaultMatrixWriterCSVExporter extends AbstractMatrixWriterExporter implements MatrixDenseCSVExportFormat
-
-
Constructor Summary
Constructors Constructor Description DefaultMatrixWriterCSVExporter(Matrix matrix, java.io.Writer writer)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
asDenseCSV()
void
asDenseCSV(char columnSeparator)
void
asDenseCSV(char columnSeparator, char enclosingCharacter)
-
Methods inherited from class org.ujmp.core.export.exporter.AbstractMatrixWriterExporter
getWriter
-
Methods inherited from class org.ujmp.core.export.exporter.AbstractMatrixExporter
getMatrix
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.ujmp.core.export.exporter.MatrixExporter
getMatrix
-
-
-
-
Constructor Detail
-
DefaultMatrixWriterCSVExporter
public DefaultMatrixWriterCSVExporter(Matrix matrix, java.io.Writer writer)
-
-
Method Detail
-
asDenseCSV
public void asDenseCSV(char columnSeparator, char enclosingCharacter) throws java.io.IOException
- Specified by:
asDenseCSV
in interfaceMatrixDenseCSVExportFormat
- Throws:
java.io.IOException
-
asDenseCSV
public void asDenseCSV(char columnSeparator) throws java.io.IOException
- Specified by:
asDenseCSV
in interfaceMatrixDenseCSVExportFormat
- Throws:
java.io.IOException
-
asDenseCSV
public void asDenseCSV() throws java.io.IOException
- Specified by:
asDenseCSV
in interfaceMatrixDenseCSVExportFormat
- Throws:
java.io.IOException
-
-