| 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 |
|---|---|
class |
AbstractOctaveStringReader
The reader of string/sq_string.
|
(package private) class |
AbstractPrimitiveMatrixReader<T extends AbstractGenericMatrix<?,?>>
Common Reader class for matrices of primitive java types:
Boolean, Double, Integer....
|
(package private) class |
AbstractPrimitiveScalarReader<T extends AbstractGenericMatrix<?,?>>
Common Reader class for scalars of primitive java types:
Boolean, Double, Integer....
|
class |
BooleanReader
The reader for the octave type "bool matrix" (matrix with boolean entries)
reading an
OctaveBoolean from a BufferedReader.
**** the class name should be BoolMatrixReader **** |
class |
BooleanSingleReader
The reader for the octave type (scalar) "bool"
reading an
OctaveBoolean from a BufferedReader. |
class |
CellReader
The reader for the octave type "cell"
reading in an
OctaveCell from a BufferedReader. |
class |
ComplexMatrixReader
Reader for the octave type "complex matrix"
reading an
OctaveComplex from a BufferedReader. |
class |
ComplexScalarReader
The reader for the octave type "complex scalar" with 'double' components
reading an
OctaveComplex from a BufferedReader. |
class |
FakeRangeReader
The reader for the octave type "range" (**** seems not general enough)
reading an
OctaveFake **** from a BufferedReader. |
class |
Int32MatrixReader
The reader for the octave type "int32 matrix"
reading an
OctaveInt from a BufferedReader. |
class |
Int32ScalarReader
The reader for the octave type "int32 scalar"
reading an
OctaveInt from a BufferedReader. |
class |
Int64MatrixReader
The reader for the octave type "int64 matrix"
reading an
OctaveLong from a BufferedReader. |
class |
Int64ScalarReader
The reader for the octave type "int64 scalar"
reading an
OctaveLong from a BufferedReader. |
class |
MatrixReader
The reader for the octave type "matrix" (of double)
reading an
OctaveDouble from a BufferedReader. |
class |
OctaveSqStringReader
The name is
OctaveSqStringReader
instead of StringSqReader
to be consistent with OctaveStringReader. |
class |
OctaveStringReader
The reader for the octave type "string"
reading an
OctaveString from a BufferedReader. |
class |
ScalarReader
The reader for the octave type "scalar" (double)
reading an
OctaveDouble from a BufferedReader. |
class |
ScalarStructReader
The reader for the octave type "scalar struct"
(which is an encoding similar to "struct"
introduced in octave 3.6, optimized to the 1x1 struct)
reading an
OctaveObject from a BufferedReader. |
class |
SparseBooleanReader
The reader for the octave type "sparse bool matrix"
reading an
OctaveSparseBoolean from a BufferedReader. |
class |
StructReader
The reader for the octave type "struct"
reading an
OctaveStruct from a BufferedReader. |
class |
Uint8MatrixReader
This is deactivated
reading an
OctaveInt from a BufferedReader. |
| Modifier and Type | Field and Description |
|---|---|
private static Map<String,OctaveDataReader> |
OctaveDataReader.rEADERS
Maps the
octaveType()
of an OctaveDataReader to the OctaveDataReader itself
which is able to read the octave type from a reader. |
| Modifier and Type | Method and Description |
|---|---|
static OctaveDataReader |
OctaveDataReader.getOctaveDataReader(String type) |
Copyright © 2006–2018 Simuline Organization (l2r). All rights reserved.