public final class CellWriter extends OctaveDataWriter<OctaveCell>
OctaveCell to a Writer.| Modifier and Type | Field and Description |
|---|---|
(package private) static String |
NCOLUMNS |
(package private) static String |
NROWS |
(package private) static String |
TYPE_CELL |
| Constructor and Description |
|---|
CellWriter() |
| Modifier and Type | Method and Description |
|---|---|
Class<OctaveCell> |
javaType()
Could be OctaveScalar or OctaveMatrix.
|
void |
write(Writer writer,
OctaveCell octaveCell) |
getOctaveDataWriterstatic final String TYPE_CELL
static final String NROWS
static final String NCOLUMNS
public Class<OctaveCell> javaType()
OctaveDataWriterjavaType in class OctaveDataWriter<OctaveCell>Class of the OctaveObject
that this IO handler loads and savespublic void write(Writer writer, OctaveCell octaveCell) throws IOException
write in class OctaveDataWriter<OctaveCell>writer - the Writer to write tooctaveCell - the value to writeIOExceptionCopyright © 2006–2018 Simuline Organization (l2r). All rights reserved.