Package org.ujmp.core.importer.source
Interface MatrixByteArrayImportSource
-
- All Superinterfaces:
MatrixBMPImportFormat
,MatrixDenseCSVImportFormat
,MatrixGIFImportFormat
,MatrixImportFormat
,MatrixImportSource
,MatrixJPGImportFormat
,MatrixPDFImportFormat
,MatrixPNGImportFormat
,MatrixTIFFImportFormat
- All Known Implementing Classes:
AbstractMatrixByteArrayImportSource
,DefaultMatrixByteArrayImportSource
public interface MatrixByteArrayImportSource extends MatrixImportSource, MatrixDenseCSVImportFormat, MatrixPDFImportFormat, MatrixJPGImportFormat, MatrixGIFImportFormat, MatrixBMPImportFormat, MatrixPNGImportFormat, MatrixTIFFImportFormat
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description byte[]
getByteArray()
-
Methods inherited from interface org.ujmp.core.importer.format.MatrixBMPImportFormat
asBMP
-
Methods inherited from interface org.ujmp.core.importer.format.MatrixDenseCSVImportFormat
asDenseCSV, asDenseCSV, asDenseCSV
-
Methods inherited from interface org.ujmp.core.importer.format.MatrixGIFImportFormat
asGIF
-
Methods inherited from interface org.ujmp.core.importer.format.MatrixJPGImportFormat
asJPG
-
Methods inherited from interface org.ujmp.core.importer.format.MatrixPDFImportFormat
asPDF
-
Methods inherited from interface org.ujmp.core.importer.format.MatrixPNGImportFormat
asPNG
-
Methods inherited from interface org.ujmp.core.importer.format.MatrixTIFFImportFormat
asTIFF
-
-