Package org.ujmp.core.export.destination
Class DefaultMatrixByteArrayExportDestination
- java.lang.Object
-
- org.ujmp.core.export.destination.AbstractMatrixExportDestination
-
- org.ujmp.core.export.destination.AbstractMatrixByteArrayExportDestination
-
- org.ujmp.core.export.destination.DefaultMatrixByteArrayExportDestination
-
- All Implemented Interfaces:
MatrixByteArrayExportDestination
,MatrixExportDestination
,MatrixDenseCSVByteArrayExportFormat
,MatrixExportFormat
public class DefaultMatrixByteArrayExportDestination extends AbstractMatrixByteArrayExportDestination
-
-
Constructor Summary
Constructors Constructor Description DefaultMatrixByteArrayExportDestination(Matrix matrix)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]
asDenseCSV()
byte[]
asDenseCSV(char columnSeparator)
byte[]
asDenseCSV(char columnSeparator, char enclosingCharacter)
-
Methods inherited from class org.ujmp.core.export.destination.AbstractMatrixExportDestination
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.destination.MatrixExportDestination
getMatrix
-
-
-
-
Constructor Detail
-
DefaultMatrixByteArrayExportDestination
public DefaultMatrixByteArrayExportDestination(Matrix matrix)
-
-
Method Detail
-
asDenseCSV
public byte[] asDenseCSV(char columnSeparator, char enclosingCharacter) throws java.io.IOException
- Throws:
java.io.IOException
-
asDenseCSV
public byte[] asDenseCSV(char columnSeparator) throws java.io.IOException
- Throws:
java.io.IOException
-
asDenseCSV
public byte[] asDenseCSV() throws java.io.IOException
- Throws:
java.io.IOException
-
-