public final class Uint8MatrixWriter extends AbstractPrimitiveMatrixWriter<OctaveInt>
OctaveInt holding an uint8 to a Writer.
Note that java class OctaveInt
is registered with Int32MatrixWriter.NCOLUMNS, NDIMS, NROWS| Constructor and Description |
|---|
Uint8MatrixWriter() |
| Modifier and Type | Method and Description |
|---|---|
Class<OctaveInt> |
javaType()
Could be OctaveScalar or OctaveMatrix.
|
protected String |
octaveMatrixType() |
protected String |
octaveScalarType() |
saveDataVectorized, writegetOctaveDataWriterpublic Class<OctaveInt> javaType()
OctaveDataWriterjavaType in class OctaveDataWriter<OctaveInt>Class of the OctaveObject
that this IO handler loads and savesprotected String octaveMatrixType()
octaveMatrixType in class AbstractPrimitiveMatrixWriter<OctaveInt>protected String octaveScalarType()
octaveScalarType in class AbstractPrimitiveMatrixWriter<OctaveInt>Copyright © 2006–2018 Simuline Organization (l2r). All rights reserved.