Package eu.simuline.octave.io.impl
Class Uint8MatrixReader
- java.lang.Object
-
- eu.simuline.octave.io.spi.OctaveDataReader
-
- eu.simuline.octave.io.impl.AbstractPrimitiveMatrixReader<OctaveInt>
-
- eu.simuline.octave.io.impl.Uint8MatrixReader
-
public final class Uint8MatrixReader extends AbstractPrimitiveMatrixReader<OctaveInt>
This is deactivated reading anOctaveInt
from aBufferedReader
. Note that java classOctaveInt
is registered withInt32MatrixWriter
and thus related withInt32MatrixReader
.
-
-
Field Summary
-
Fields inherited from class eu.simuline.octave.io.impl.AbstractPrimitiveMatrixReader
NCOLUMNS, NDIMS, NROWS
-
-
Constructor Summary
Constructors Constructor Description Uint8MatrixReader()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) OctaveInt
createOctaveValue(int[] size)
String
octaveType()
Could be "scalar" or "string" or something else.-
Methods inherited from class eu.simuline.octave.io.impl.AbstractPrimitiveMatrixReader
read, readSize2dmatrix
-
Methods inherited from class eu.simuline.octave.io.spi.OctaveDataReader
getOctaveDataReader
-
-
-
-
Method Detail
-
octaveType
public String octaveType()
Description copied from class:OctaveDataReader
Could be "scalar" or "string" or something else.- Specified by:
octaveType
in classOctaveDataReader
- Returns:
- the string representation of the octave type
read by this
OctaveDataReader
-
createOctaveValue
OctaveInt createOctaveValue(int[] size)
- Specified by:
createOctaveValue
in classAbstractPrimitiveMatrixReader<OctaveInt>
-
-