| 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 |
|---|---|
OctaveString |
OctaveStringReader.read(BufferedReader reader) |
OctaveString |
OctaveSqStringReader.read(BufferedReader reader) |
protected OctaveString |
AbstractOctaveStringReader.readImpl(BufferedReader reader)
Overriding this method may add just handling of
\\
or delegate to this method. |
| Modifier and Type | Method and Description |
|---|---|
Class<OctaveString> |
OctaveStringWriter.javaType() |
| Modifier and Type | Method and Description |
|---|---|
void |
OctaveStringWriter.write(Writer writer,
OctaveString octaveString) |
| Modifier and Type | Method and Description |
|---|---|
OctaveString |
OctaveString.shallowCopy() |
Copyright © 2006–2018 Simuline Organization (l2r). All rights reserved.