Package org.ujmp.core.link.format
Interface MatrixDenseCSVLinkFormat
-
- All Superinterfaces:
MatrixLinkFormat
- All Known Subinterfaces:
MatrixFileLinkSource
,MatrixStringLinkSource
- All Known Implementing Classes:
AbstractMatrixFileLinkSource
,AbstractMatrixStringLinkSource
,DefaultMatrixFileLinkSource
,DefaultMatrixStringLinkSource
public interface MatrixDenseCSVLinkFormat extends MatrixLinkFormat
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Matrix
asDenseCSV()
Matrix
asDenseCSV(char columnSeparator)
Matrix
asDenseCSV(char columnSeparator, char enclosingCharacter)
-
-
-
Method Detail
-
asDenseCSV
Matrix asDenseCSV() throws java.io.IOException
- Throws:
java.io.IOException
-
asDenseCSV
Matrix asDenseCSV(char columnSeparator) throws java.io.IOException
- Throws:
java.io.IOException
-
asDenseCSV
Matrix asDenseCSV(char columnSeparator, char enclosingCharacter) throws java.io.IOException
- Throws:
java.io.IOException
-
-