Package org.ujmp.core.importer
Class AbstractMatrixByteArrayImporter
java.lang.Object
org.ujmp.core.importer.AbstractMatrixByteArrayImporter
- All Implemented Interfaces:
MatrixByteArrayImporter
,MatrixImporter
public abstract class AbstractMatrixByteArrayImporter
extends Object
implements MatrixByteArrayImporter
-
Field Details
-
byteArray
private final byte[] byteArray
-
-
Constructor Details
-
AbstractMatrixByteArrayImporter
public AbstractMatrixByteArrayImporter(byte[] byteArray)
-
-
Method Details
-
getByteArray
public final byte[] getByteArray()- Specified by:
getByteArray
in interfaceMatrixByteArrayImporter
-