| Package | Description |
|---|---|
| eu.simuline.octave.io.impl |
Provides the implementations of the services
specified in
eu.simuline.octave.io.spi;
one for each octave type given in octave via typeinfo. |
| eu.simuline.octave.io.spi |
The
eu.simuline.octave.io.spi package
contains service provider interfaces
for reading and writing various kinds of
OctaveObjects. |
| Modifier and Type | Class and Description |
|---|---|
(package private) class |
AbstractLogicalFloatingPointWriter<T extends AbstractGenericMatrix<?,?>>
Common Writer class for logical and floating point types:
Boolean, Double, ...
|
(package private) class |
AbstractPrimitiveMatrixWriter<T extends AbstractGenericMatrix<?,?>>
Common Writer class for primitive java types: Boolean, Double, Integer....
|
class |
BooleanWriter
The writer for the octave type "bool matrix" (matrix with boolean entries)
and "bool", which is short for "bool scalar",
writing an
OctaveBoolean to a Writer. |
class |
CellWriter
The writer for the octave type "cell"
writing an
OctaveCell to a Writer. |
class |
FakeWriter
The writer of all
OctaveFake objects. |
class |
FunctionHandleWriter
The writer for the octave type "function handle"
writing an
OctaveFunctionHandle to a Writer. |
class |
Int32MatrixWriter
|
class |
Int64MatrixWriter
The writer for the octave type "int32 matrix"
writing an
OctaveLong to a Writer. |
class |
MatrixWriter
The writer for the octave types
"matrix" (of double) and "scalar" (of double)
writing an
OctaveDouble to a Writer. |
class |
OctaveStringWriter
The writer for the octave type "string"
writing an
OctaveString to a Writer. |
class |
SparseBooleanWriter
The writer for the octave type "sparse bool matrix"
writing an
OctaveSparseBoolean to a Writer. |
class |
StructWriter
The writer for the octave type "struct"
writing an
OctaveStruct to a Writer. |
class |
Uint8MatrixWriter
This is deactivated.
|
| Modifier and Type | Field and Description |
|---|---|
private static Map<Class<? extends OctaveObject>,OctaveDataWriter<?>> |
OctaveDataWriter.wRITERS
Maps the
javaType()
which represents an octave type
of an OctaveDataWriter to the OctaveDataWriter itself
which is able to write the octave type to a writer. |
| Modifier and Type | Method and Description |
|---|---|
static <T extends OctaveObject> |
OctaveDataWriter.getOctaveDataWriter(T type) |
Copyright © 2006–2018 Simuline Organization (l2r). All rights reserved.