| 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.type |
Contains all octave types which are supported.
|
| Modifier and Type | Method and Description |
|---|---|
OctaveStruct |
StructReader.read(BufferedReader reader) |
OctaveStruct |
ScalarStructReader.read(BufferedReader reader) |
| Modifier and Type | Method and Description |
|---|---|
Class<OctaveStruct> |
StructWriter.javaType() |
| Modifier and Type | Method and Description |
|---|---|
void |
StructWriter.write(Writer writer,
OctaveStruct octaveStruct) |
| Modifier and Type | Method and Description |
|---|---|
OctaveStruct |
OctaveStruct.shallowCopy() |
Copyright © 2006–2018 Simuline Organization (l2r). All rights reserved.