AutoDetectingGraphDecoder constructor

AutoDetectingGraphDecoder(
  1. RdfCodecRegistry _registry, {
  2. RdfGraphDecoderOptions? options,
})

Creates a new auto-detecting decoder

The _registry parameter is the codec registry to use for format detection. The options parameter contains optional configuration options for the decoder.

Implementation

AutoDetectingGraphDecoder(this._registry, {RdfGraphDecoderOptions? options})
  : _decoderOptions = options;