| 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. |
| Modifier and Type | Class and Description |
|---|---|
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 |
Int32MatrixReader
The reader for the octave type "int32 matrix"
reading an
OctaveInt from a BufferedReader. |
class |
Int64MatrixReader
The reader for the octave type "int64 matrix"
reading an
OctaveLong from a BufferedReader. |
class |
MatrixReader
The reader for the octave type "matrix" (of double)
reading an
OctaveDouble from a BufferedReader. |
class |
Uint8MatrixReader
This is deactivated
reading an
OctaveInt from a BufferedReader. |
Copyright © 2006–2018 Simuline Organization (l2r). All rights reserved.