Package org.ujmp.core.importer
Interface MatrixByteArrayImporter
-
- All Superinterfaces:
MatrixImporter
- All Known Implementing Classes:
AbstractMatrixByteArrayImporter
public interface MatrixByteArrayImporter extends MatrixImporter
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description byte[]
getByteArray()
-
Methods inherited from interface org.ujmp.core.importer.MatrixImporter
getTargetMatrix
-
-