| 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 |
BooleanSingleReader
The reader for the octave type (scalar) "bool"
reading an
OctaveBoolean from a BufferedReader. |
class |
Int32ScalarReader
The reader for the octave type "int32 scalar"
reading an
OctaveInt from a BufferedReader. |
class |
Int64ScalarReader
The reader for the octave type "int64 scalar"
reading an
OctaveLong from a BufferedReader. |
class |
ScalarReader
The reader for the octave type "scalar" (double)
reading an
OctaveDouble from a BufferedReader. |
Copyright © 2006–2018 Simuline Organization (l2r). All rights reserved.