org.ujmp.core.importer.source
Class DefaultMatrixUrlImportSource
- java.lang.Object
-
- org.ujmp.core.importer.source.AbstractMatrixImportSource
-
- org.ujmp.core.importer.source.AbstractMatrixURLImportSource
-
- org.ujmp.core.importer.source.DefaultMatrixUrlImportSource
-
- All Implemented Interfaces:
- MatrixBMPImportFormat, MatrixDenseCSVImportFormat, MatrixGIFImportFormat, MatrixImportFormat, MatrixJPGImportFormat, MatrixPDFImportFormat, MatrixPNGImportFormat, MatrixTIFFImportFormat, MatrixImportSource, MatrixURLImportSource
public class DefaultMatrixUrlImportSource extends AbstractMatrixURLImportSource
-
-
Constructor Summary
Constructors Constructor and Description DefaultMatrixUrlImportSource(Matrix matrix, java.net.URL url)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description MatrixasBMP()MatrixasDenseCSV()MatrixasDenseCSV(char columnSeparator)MatrixasDenseCSV(char columnSeparator, char enclosingCharacter)MatrixasGIF()MatrixasJPG()MatrixasPDF()MatrixasPNG()MatrixasTIFF()-
Methods inherited from class org.ujmp.core.importer.source.AbstractMatrixURLImportSource
getURL
-
Methods inherited from class org.ujmp.core.importer.source.AbstractMatrixImportSource
getTargetMatrix
-
-
-
-
Constructor Detail
-
DefaultMatrixUrlImportSource
public DefaultMatrixUrlImportSource(Matrix matrix, java.net.URL url)
-
-
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
-
asPDF
public Matrix asPDF() throws java.io.IOException
- Throws:
java.io.IOException
-
asJPG
public Matrix asJPG() throws java.io.IOException
- Throws:
java.io.IOException
-
asGIF
public Matrix asGIF() throws java.io.IOException
- Throws:
java.io.IOException
-
asBMP
public Matrix asBMP() throws java.io.IOException
- Throws:
java.io.IOException
-
asPNG
public Matrix asPNG() throws java.io.IOException
- Throws:
java.io.IOException
-
asTIFF
public Matrix asTIFF() throws java.io.IOException
- Throws:
java.io.IOException
-
-
DataMelt 3.0 © DataMelt by jWork.ORG