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 java.lang.Object implements MatrixByteArrayImporter
-
-
Field Summary
Fields Modifier and Type Field Description private byte[]
byteArray
-
Constructor Summary
Constructors Constructor Description AbstractMatrixByteArrayImporter(byte[] byteArray)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]
getByteArray()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.ujmp.core.importer.MatrixImporter
getTargetMatrix
-
-
-
-
Method Detail
-
getByteArray
public final byte[] getByteArray()
- Specified by:
getByteArray
in interfaceMatrixByteArrayImporter
-
-