Package eu.simuline.octave.io.impl
Class Int64MatrixWriter
- java.lang.Object
-
- eu.simuline.octave.io.spi.OctaveDataWriter<T>
-
- eu.simuline.octave.io.impl.AbstractPrimitiveMatrixWriter<OctaveLong>
-
- eu.simuline.octave.io.impl.Int64MatrixWriter
-
public final class Int64MatrixWriter extends AbstractPrimitiveMatrixWriter<OctaveLong>
The writer for the octave type "int32 matrix" writing anOctaveLong
to aWriter
.
-
-
Field Summary
-
Fields inherited from class eu.simuline.octave.io.impl.AbstractPrimitiveMatrixWriter
NCOLUMNS, NDIMS, NROWS
-
-
Constructor Summary
Constructors Constructor Description Int64MatrixWriter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Class<OctaveLong>
javaType()
Could be OctaveScalar or OctaveMatrix.protected String
octaveMatrixType()
protected String
octaveScalarType()
-
Methods inherited from class eu.simuline.octave.io.impl.AbstractPrimitiveMatrixWriter
saveDataVectorized, write
-
Methods inherited from class eu.simuline.octave.io.spi.OctaveDataWriter
getOctaveDataWriter
-
-
-
-
Method Detail
-
javaType
public Class<OctaveLong> javaType()
Description copied from class:OctaveDataWriter
Could be OctaveScalar or OctaveMatrix.- Specified by:
javaType
in classOctaveDataWriter<OctaveLong>
- Returns:
- the
Class
of theOctaveObject
that this IO handler loads and saves
-
octaveMatrixType
protected String octaveMatrixType()
- Specified by:
octaveMatrixType
in classAbstractPrimitiveMatrixWriter<OctaveLong>
-
octaveScalarType
protected String octaveScalarType()
- Specified by:
octaveScalarType
in classAbstractPrimitiveMatrixWriter<OctaveLong>
-
-