| Modifier and Type | Field and Description |
|---|---|
private static org.apache.commons.logging.Log |
LOG |
private static String |
MSG_IOE_CLS |
private static String |
MSG_IOE_READ |
private BufferedReader |
processReader |
private ReadFunctor |
readFunctor |
private String |
spacer |
| Constructor and Description |
|---|
OctaveReaderCallable(BufferedReader processReader,
ReadFunctor readFunctor,
String spacer) |
| Modifier and Type | Method and Description |
|---|---|
Void |
call()
Calling reads from an
OctaveExecuteReader
made up from processReader
with end of stream sign spacer. |
private static final String MSG_IOE_READ
private static final String MSG_IOE_CLS
private static final org.apache.commons.logging.Log LOG
private final BufferedReader processReader
private final ReadFunctor readFunctor
private final String spacer
OctaveReaderCallable(BufferedReader processReader, ReadFunctor readFunctor, String spacer)
processReader - readFunctor - spacer - public Void call()
OctaveExecuteReader
made up from processReader
with end of stream sign spacer.
Exceptions are logged on LOG.call in interface Callable<Void>OctaveIOException - if underlying readers/read functors
have thrown an IOException.Copyright © 2006–2018 Simuline Organization (l2r). All rights reserved.