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

public final class ARI1JInstrumentParser extends Object implements ARI1InstrumentParserType
The instrument parser.
  • Constructor Details

    • ARI1JInstrumentParser

      public ARI1JInstrumentParser(URI inSource, InputStream inStream, Consumer<com.io7m.anethum.api.ParseStatus> inStatusConsumer)
      The instrument parser.
      Parameters:
      inSource - The source
      inStream - The stream
      inStatusConsumer - The status consumer
  • Method Details