Package eu.simuline.octave.exec
Interface ReadFunctor
-
- All Known Implementing Classes:
DataReadFunctor
,WriterReadFunctor
public interface ReadFunctor
Function object that will execute reads on a Reader.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
doReads(Reader reader)
Read the output from an eval().
-
-
-
Method Detail
-
doReads
void doReads(Reader reader) throws IOException
Read the output from an eval().- Parameters:
reader
- Reader to read from- Throws:
IOException
- on IO error from reader
-
-