Package eu.simuline.octave.io.impl
Class AbstractOctaveStringReader
- java.lang.Object
-
- eu.simuline.octave.io.spi.OctaveDataReader
-
- eu.simuline.octave.io.impl.AbstractOctaveStringReader
-
- Direct Known Subclasses:
OctaveSqStringReader
,OctaveStringReader
public abstract class AbstractOctaveStringReader extends OctaveDataReader
The reader of string/sq_string.- See Also:
OctaveStringReader
,OctaveSqStringReader
-
-
Field Summary
Fields Modifier and Type Field Description private static String
H_ELEMENTS0
private static String
H_ELEMENTS1
private static String
LENGTH
-
Constructor Summary
Constructors Constructor Description AbstractOctaveStringReader()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected OctaveString
readImpl(BufferedReader reader)
Overriding this method may add just handling of\\
or delegate to this method.-
Methods inherited from class eu.simuline.octave.io.spi.OctaveDataReader
getOctaveDataReader, octaveType, read
-
-
-
-
Field Detail
-
H_ELEMENTS1
private static final String H_ELEMENTS1
- See Also:
- Constant Field Values
-
H_ELEMENTS0
private static final String H_ELEMENTS0
- See Also:
- Constant Field Values
-
LENGTH
private static final String LENGTH
- See Also:
- Constant Field Values
-
-
Method Detail
-
readImpl
protected final OctaveString readImpl(BufferedReader reader)
Overriding this method may add just handling of\\
or delegate to this method.
-
-