Package eu.simuline.octave.io.spi
The
eu.simuline.octave.io.spi
package
contains service provider interfaces
for reading and writing various kinds of
OctaveObject
s.
The idea is described in
the oracle tutorial and
this package is inspired and partially based
on the package javax.imageio.spi
.
The two abstract classes provided are
OctaveDataReader
and
OctaveDataWriter
.
-
Class Summary Class Description OctaveDataReader Service Provider Interface for the IO handler that can readOctaveObject
s.OctaveDataWriter<T extends OctaveObject> Service Provider Interface for the IO handler that can writeOctaveObject
s.