org.ujmp.core.link.source
Class DefaultMatrixFileLinkSource
- java.lang.Object
-
- org.ujmp.core.link.source.AbstractMatrixLinkSource
-
- org.ujmp.core.link.source.AbstractMatrixFileLinkSource
-
- org.ujmp.core.link.source.DefaultMatrixFileLinkSource
-
- All Implemented Interfaces:
- MatrixDenseCSVLinkFormat, MatrixLinkFormat, MatrixFileLinkSource, MatrixLinkSource
public class DefaultMatrixFileLinkSource extends AbstractMatrixFileLinkSource
-
-
Constructor Summary
Constructors Constructor and Description DefaultMatrixFileLinkSource(java.io.File file)DefaultMatrixFileLinkSource(java.lang.String file)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description MatrixasDenseCSV()MatrixasDenseCSV(char columnSeparator)MatrixasDenseCSV(char columnSeparator, char enclosingCharacter)-
Methods inherited from class org.ujmp.core.link.source.AbstractMatrixFileLinkSource
getFile
-
-
-
-
Constructor Detail
-
DefaultMatrixFileLinkSource
public DefaultMatrixFileLinkSource(java.io.File file)
-
DefaultMatrixFileLinkSource
public DefaultMatrixFileLinkSource(java.lang.String file)
-
-
Method Detail
-
asDenseCSV
public Matrix asDenseCSV() throws java.io.IOException
- Throws:
java.io.IOException
-
asDenseCSV
public Matrix asDenseCSV(char columnSeparator) throws java.io.IOException
- Throws:
java.io.IOException
-
asDenseCSV
public Matrix asDenseCSV(char columnSeparator, char enclosingCharacter) throws java.io.IOException
- Throws:
java.io.IOException
-
-
DataMelt 3.0 © DataMelt by jWork.ORG