Class ARI1JInstrumentParser
java.lang.Object
com.io7m.aradine.instrument.spi1.json_data.internal.ARI1JInstrumentParser
- All Implemented Interfaces:
com.io7m.anethum.api.ParserType<ARI1InstrumentDescription>, ARI1InstrumentParserType, Closeable, AutoCloseable
The instrument parser.
-
Constructor Summary
ConstructorsConstructorDescriptionARI1JInstrumentParser(URI inSource, InputStream inStream, Consumer<com.io7m.anethum.api.ParseStatus> inStatusConsumer) The instrument parser. -
Method Summary
-
Constructor Details
-
ARI1JInstrumentParser
public ARI1JInstrumentParser(URI inSource, InputStream inStream, Consumer<com.io7m.anethum.api.ParseStatus> inStatusConsumer) The instrument parser.- Parameters:
inSource- The sourceinStream- The streaminStatusConsumer- The status consumer
-
-
Method Details
-
execute
- Specified by:
executein interfacecom.io7m.anethum.api.ParserType<ARI1InstrumentDescription>- Throws:
com.io7m.anethum.api.ParsingException
-
close
- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Throws:
IOException
-