Uses of Interface
org.ujmp.core.importer.source.MatrixByteArrayImportSource
-
Packages that use MatrixByteArrayImportSource Package Description org.ujmp.core.importer.source org.ujmp.core.importer.sourceselector -
-
Uses of MatrixByteArrayImportSource in org.ujmp.core.importer.source
Classes in org.ujmp.core.importer.source that implement MatrixByteArrayImportSource Modifier and Type Class Description class
AbstractMatrixByteArrayImportSource
class
DefaultMatrixByteArrayImportSource
-
Uses of MatrixByteArrayImportSource in org.ujmp.core.importer.sourceselector
Methods in org.ujmp.core.importer.sourceselector that return MatrixByteArrayImportSource Modifier and Type Method Description MatrixByteArrayImportSource
DefaultMatrixImportSourceSelector. byteArray(byte[] bytes)
MatrixByteArrayImportSource
MatrixImportSourceSelector. byteArray(byte[] bytes)
-